-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
S3method(print,summary.peranavolley)
S3method(summary,peranavolley)
export("%>%")
export(home_team)
export(inspect)
export(plays)
export(pt_example_file)
export(pt_read)
export(pt_write)
export(pv_default_errortypes)
export(pv_default_eventgrades)
export(pv_default_subevents)
export(pv_example_file)
export(pv_read)
export(pv_recode)
export(pv_tas_data_augment)
export(pv_tas_live_recode)
export(pv_tas_live_recode_augment)
export(pv_tas_recode)
export(pv_tas_recode_augment)
export(pv_tas_remap)
export(pv_validate)
export(pv_write)
export(teams)
export(visiting_team)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(datavolley,dv_xy2cone)
importFrom(datavolley,dv_xy2index)
importFrom(datavolley,home_team)
importFrom(datavolley,inspect)
importFrom(datavolley,teams)
importFrom(datavolley,visiting_team)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,tibble)
importFrom(dplyr,tribble)
importFrom(dplyr,ungroup)
importFrom(lubridate,as.duration)
importFrom(lubridate,hms)
importFrom(lubridate,ymd_hms)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,str_match)
importFrom(stringr,str_trim)
importFrom(utils,read.csv)