Skip to contents

Get 247 CFB Player Recruiting Rankings

Usage

tfs_recruiting_rankings(year, recruit_type = "HighSchool", pages = 5)

Arguments

year

(Integer optional): Year, 4 digit format (YYYY) - Minimum: 2000, Maximum: 2020 currently

recruit_type

(String optional): default API return is 'HighSchool', other options include 'JUCO' or 'PrepSchool' - For position group information

pages

Number of pages

Value

tfs_recruiting_rankings()

Examples

# \donttest{
   try(tfs_recruiting_rankings(2022))
#> ── Player recruiting rankings from 247Sports.com ───────────── recruitR 0.0.3 ──
#>  Data updated: 2022-12-13 04:03:55 UTC
#> # A tibble: 1,500 × 59
#>       key player_i…¹  year annou…² signe…³ posit…⁴ insti…⁵ state playe…⁶ compo…⁷
#>     <int>      <int> <int> <chr>     <int>   <int>   <int> <int>   <int> <chr>  
#>  1 130361     236028  2022 NA        24245      24    9675     3  246045 3      
#>  2 129370     269103  2022 NA        24029      61   20309    35  279200 3      
#>  3 122923     225483  2022 10/19/…   24024      14   10316    18  235470 3      
#>  4 134954     245107  2022 NA        24100      61    9753     3  255158 3      
#>  5 120961     220045  2022 12/17/…   24257      24     600    24  230010 3      
#>  6 120724     219672  2022 NA        24008      57   20920     9  229633 3      
#>  7 130902     236760  2022 NA        24046      59    4129    14  246777 3      
#>  8 135466     245751  2022 2/2/20…   24102      59   25687     9  255802 3      
#>  9 125855     229784  2022 2/2/20…   24029      61    1315    44  239784 3      
#> 10 133187     242317  2022 2/2/20…   24028      58   20620     9  252358 3      
#> # … with 1,490 more rows, 49 more variables: final_choice <int>,
#> #   highest_recruit_interest_event_type <chr>,
#> #   highest_recruit_interest_event <int>, committed_recruit_interest <int>,
#> #   committed_institution <int>, highest_recruit_interest <int>,
#> #   primary_player_position <int>, primary_position <int>, default_name <chr>,
#> #   commited_institution_team_image <chr>, recruit_interest_count <int>,
#> #   recruit_interests_url <chr>, player_key <int>, player_first_name <chr>, …
# }