Skip to contents

Take in two team objects and summarise the changes between the two, with the changes being printed to the console.

Usage

summarise_team_changes(current, previous, type = "report")

Arguments

current

the current team object

previous

the previous team object

type

the return type, if 'report' (the default), differences between the two teams will be printed prettily to the console. If 'transfer_list', will return a list of transfers

Value

prints information to the console on the differences between the two teams