-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
74 lines (73 loc) · 2.05 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
# Generated by roxygen2: do not edit by hand
export(foobar_get_league_ids)
export(foobar_get_league_matches)
export(foobar_get_league_tables)
export(foobar_get_match_details)
export(foobar_get_match_info)
export(foobar_get_match_momentum)
export(foobar_get_match_players)
export(foobar_get_match_team_stats)
export(foobar_get_matches_by_date)
export(foobar_get_season_stats)
export(load_foobar_match_details)
export(load_foobar_matches_by_date)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(httr,user_agent)
importFrom(janitor,clean_names)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lubridate,is.Date)
importFrom(lubridate,ymd)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(purrr,pmap_dfr)
importFrom(purrr,possibly)
importFrom(purrr,safely)
importFrom(purrr,transpose)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,inform)
importFrom(rlang,maybe_missing)
importFrom(rlang,set_names)
importFrom(rvest,html_attr)
importFrom(rvest,html_elements)
importFrom(rvest,html_text2)
importFrom(rvest,read_html)
importFrom(rvest,session)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(tidyr,hoist)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_longer)
importFrom(tidyr,unnest_wider)
importFrom(tidyselect,vars_select_helpers)
importFrom(utils,read.csv)
importFrom(utils,sessionInfo)
importFrom(xml2,read_html)