-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
53 lines (52 loc) · 1.59 KB
/
NAMESPACE
File metadata and controls
53 lines (52 loc) · 1.59 KB
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(rewrite_sensorlog_csv)
export(ww_apply_cole_kripke)
export(ww_apply_tudor_locke)
export(ww_calculate_counts)
export(ww_calculate_distance)
export(ww_calculate_nonwear)
export(ww_calculate_wear)
export(ww_check_data)
export(ww_epa_walkability)
export(ww_estimate_sleep)
export(ww_example_gt3x_file)
export(ww_example_sensorlog_file)
export(ww_example_sensorlogger_file)
export(ww_example_sensorlogger_location_file)
export(ww_fips12)
export(ww_fips15)
export(ww_info_gt3x)
export(ww_minute_sensorlog)
export(ww_process_gt3x)
export(ww_process_sensorlog)
export(ww_process_time)
export(ww_read_gt3x)
export(ww_read_sensorlog)
export(ww_read_sensorlogger)
export(ww_read_sensorlogger_accelerometer)
export(ww_read_sensorlogger_accelerometer_uncalibrated)
export(ww_read_sensorlogger_annotation)
export(ww_read_sensorlogger_battery)
export(ww_read_sensorlogger_general)
export(ww_read_sensorlogger_gravity)
export(ww_read_sensorlogger_gyroscope_uncalibrated)
export(ww_read_sensorlogger_location)
export(ww_read_sensorlogger_metadata)
export(ww_read_sensorlogger_orientation)
export(ww_read_sensorlogger_pedometer)
export(ww_sensorlog_csv_colnames_mapping)
export(ww_sensorlog_csv_spec)
export(ww_sensorlogger_location_colnames_mapping)
export(ww_sensorlogger_location_spec)
export(ww_separate_times)
export(ww_summarise_sensorlog)
export(ww_summarize_distance_sensorlog)
export(ww_summarize_sensorlog)
import(rlang)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")