-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
39 lines (38 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
export(PrePost)
export(analyse)
export(check_digit)
export(example_server)
export(gen_example_cambridge)
export(gen_example_cohort)
export(gen_example_imd_lsoa)
export(gen_example_swd_activity)
export(gen_example_swd_attributes)
export(gen_example_swd_attributes_hist)
export(generate_theographs)
export(generate_trace_plots)
export(get_some_lsoa_codes)
export(get_window)
export(nhs_number_valid)
export(prepost_example)
export(random_nhs_number)
export(run_activity_summary)
export(run_activity_volume)
export(run_descriptives)
export(set_window)
exportClasses(PrePost)
exportMethods(analyse)
exportMethods(generate_theographs)
exportMethods(generate_trace_plots)
exportMethods(get_window)
exportMethods(run_activity_summary)
exportMethods(run_activity_volume)
exportMethods(run_descriptives)
exportMethods(set_window)
importFrom(icdb,server)
importFrom(magrittr,"%>%")
importFrom(methods,callNextMethod)
importFrom(methods,new)
importFrom(methods,validObject)
importFrom(rlang,.data)
importFrom(stats,na.omit)