forked from jalapic/engsoccerdata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 895 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
37
38
39
40
# Generated by roxygen2: do not edit by hand
export("%>%")
export(alltimerecord)
export(belgium_current)
export(bestwins)
export(england5_current)
export(england_current)
export(france_current)
export(games_between)
export(games_between_sum)
export(germany_current)
export(getCurrentData)
export(greece_current)
export(holland_current)
export(homeaway)
export(italy_current)
export(maketable)
export(maketable_all)
export(maketable_eng)
export(n_offs)
export(ngoals)
export(opponentfreq)
export(opponents)
export(portugal_current)
export(score_most)
export(score_team)
export(score_teamX)
export(scotland_current)
export(spain_current)
export(totgoals)
export(turkey_current)
export(worstlosses)
importFrom(dplyr,"case_when")
importFrom(dplyr,"mutate")
importFrom(magrittr,"%>%")
importFrom(rvest,"html_table")
importFrom(utils,"head")
importFrom(utils,"read.csv")
importFrom(xml2,"read_html")