View source: R/transfer_portal.R
transfer_portal | R Documentation |
Returns transfer portal decisions by year
transfer_portal(year = NULL, from = NULL, to = NULL)
year |
Year to filter |
from |
Team player is transferring from |
to |
Team player is transferring to |
Function pulls destination decisions by players in the transfer portal back to 2012
Returns a tibble with 31 columns:
id
integer.
player
character.
from
character.
to
character.
exp
character.
year
integer.
imm_elig
character.
source
character.
from_d1
logical.
to_d1
logical
sit
logical.
try(transfer_portal(to='Charlotte'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.