-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 1.02 KB
/
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
export(get_league_passing_by_year)
export(get_pfr_ids)
export(load_ids)
export(scrape_pfr_player_ids_by_letter)
export(scrape_player_id)
importFrom(RSelenium,remoteDriver)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_process_done)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_step)
importFrom(dplyr,filter)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(furrr,future_map)
importFrom(furrr,future_map_dfr)
importFrom(future,multisession)
importFrom(glue,glue)
importFrom(purrr,pmap)
importFrom(readr,col_character)
importFrom(readr,col_integer)
importFrom(readr,col_logical)
importFrom(readr,parse_number)
importFrom(readr,read_csv)
importFrom(rlang,is_empty)
importFrom(rvest,html_attr)
importFrom(rvest,html_elements)
importFrom(rvest,html_table)
importFrom(rvest,html_text2)
importFrom(rvest,read_html)
importFrom(stringr,str_extract)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(tidyr,separate_wider_delim)
importFrom(utils,URLencode)