-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
36 lines (35 loc) · 934 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by roxygen2: do not edit by hand
S3method(print,recruitR_data)
export(bordering_states)
export(cfbd_key)
export(cfbd_recruiting_player)
export(cfbd_recruiting_position)
export(cfbd_recruiting_team)
export(cfbd_recruiting_transfer_portal)
export(cfbd_team_roster)
export(cfbd_team_talent)
export(cfbd_venues)
export(college_states)
export(has_cfbd_key)
export(tfs_recruiting_rankings)
export(tfs_recruitment)
import(dplyr)
import(stringr)
import(tidyr)
import(utils)
importFrom(Rcpp,getRcppVersion)
importFrom(RcppParallel,defaultNumThreads)
importFrom(cli,cli_abort)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,setDT)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,status_code)
importFrom(janitor,clean_names)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(utils,URLencode)