-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
54 lines (53 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
S3method(transform_pload,df_game)
S3method(transform_pload,df_game_events)
S3method(transform_pload,df_inning_hit)
S3method(transform_pload,list_bis_boxscore)
S3method(transform_pload,list_inning_all)
S3method(transform_pload,list_linescore)
export("%<>%")
export("%>%")
export(comb_pload)
export(game_urls)
export(get_payload)
export(gid_date)
export(make_gids)
export(payload.gd_bis_boxscore)
export(payload.gd_game)
export(payload.gd_game_events)
export(payload.gd_inning_all)
export(payload.gd_inning_hit)
export(payload.gd_linescore)
export(pitch_count)
export(search_gids)
export(transform_pload)
export(upperfirst)
export(validate_gids)
import(foreach)
import(utils)
import(xml2)
importFrom(DBI,dbWriteTable)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_length)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(tidyr,fill)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,tail)