Learn R Programming

toRvik (version 1.1.1)

transfer_portal: Get Transfer Portal

Description

Returns transfer portal decisions by year

Usage

transfer_portal(year = NULL, from = NULL, to = NULL)

Value

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.

Arguments

year

Year to filter

from

Team player is transferring from

to

Team player is transferring to

Details

Function pulls destination decisions by players in the transfer portal back to 2012

Examples

Run this code
try(transfer_portal(to='Charlotte'))

Run the code above in your browser using DataLab