-
Notifications
You must be signed in to change notification settings - Fork 61
/
NAMESPACE
133 lines (132 loc) · 3.77 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Generated by roxygen2: do not edit by hand
export(.get_each_season_results)
export(fb_advanced_match_stats)
export(fb_big5_advanced_season_stats)
export(fb_league_stats)
export(fb_league_urls)
export(fb_match_lineups)
export(fb_match_report)
export(fb_match_results)
export(fb_match_shooting)
export(fb_match_summary)
export(fb_match_urls)
export(fb_player_goal_logs)
export(fb_player_match_logs)
export(fb_player_scouting_report)
export(fb_player_season_stats)
export(fb_player_urls)
export(fb_season_team_stats)
export(fb_squad_wages)
export(fb_team_goal_logs)
export(fb_team_match_log_stats)
export(fb_team_match_results)
export(fb_team_match_stats)
export(fb_team_player_stats)
export(fb_teams_urls)
export(get_advanced_match_stats)
export(get_match_lineups)
export(get_match_report)
export(get_match_results)
export(get_match_shooting)
export(get_match_summary)
export(get_match_urls)
export(get_player_market_values)
export(get_season_team_stats)
export(get_team_match_results)
export(load_fb_advanced_match_stats)
export(load_fb_big5_advanced_season_stats)
export(load_fb_match_shooting)
export(load_fb_match_summary)
export(load_match_comp_results)
export(load_match_results)
export(load_understat_league_shots)
export(player_dictionary_mapping)
export(player_transfer_history)
export(tm_expiring_contracts)
export(tm_get_player_absence)
export(tm_league_debutants)
export(tm_league_injuries)
export(tm_league_team_urls)
export(tm_matchday_table)
export(tm_player_bio)
export(tm_player_injury_history)
export(tm_player_market_values)
export(tm_player_transfer_history)
export(tm_squad_stats)
export(tm_staff_job_history)
export(tm_team_player_urls)
export(tm_team_staff_history)
export(tm_team_staff_urls)
export(tm_team_transfer_balances)
export(tm_team_transfers)
export(understat_available_teams)
export(understat_league_match_results)
export(understat_league_season_shots)
export(understat_match_players)
export(understat_match_shots)
export(understat_match_stats)
export(understat_player_shots)
export(understat_team_meta)
export(understat_team_players_stats)
export(understat_team_season_shots)
export(understat_team_stats_breakdown)
importFrom(cli,cli_alert)
importFrom(dplyr,across)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,set_cookies)
importFrom(janitor,clean_names)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,today)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(progress,progress_bar)
importFrom(purrr,insistently)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(purrr,possibly)
importFrom(purrr,rate_backoff)
importFrom(readr,read_csv)
importFrom(readr,type_convert)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,arg_match0)
importFrom(rlang,inform)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,versionInfo)
importFrom(rvest,html_attr)
importFrom(rvest,html_children)
importFrom(rvest,html_elements)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(rvest,read_html_live)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stringi,stri_unescape_unicode)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_squish)
importFrom(stringr,str_subset)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(tidyselect,vars_select_helpers)
importFrom(utils,read.csv)
importFrom(utils,sessionInfo)
importFrom(xml2,read_html)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)