-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
46 lines (45 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
S3method(collapse_gt3x,IMU)
S3method(collapse_gt3x,RAW)
S3method(collapse_packet_set,default)
S3method(parse_packet_set,ACTIVITY)
S3method(parse_packet_set,ACTIVITY2)
S3method(parse_packet_set,BATTERY)
S3method(parse_packet_set,CAPSENSE)
S3method(parse_packet_set,EVENT)
S3method(parse_packet_set,METADATA)
S3method(parse_packet_set,PARAMETERS)
S3method(parse_packet_set,SENSOR_DATA)
S3method(parse_packet_set,SENSOR_SCHEMA)
S3method(parse_packet_set,default)
export(AG_collapse)
export(AG_insert)
export(AG_merge)
export(AG_meta)
export(check_columns)
export(check_second)
export(classify_magnetometer)
export(collapse_gt3x)
export(dev_external_compare)
export(get_VM)
export(get_day_of_year)
export(get_duration)
export(get_epoch)
export(get_imu_file_meta)
export(get_minute)
export(get_raw_file_meta)
export(imu_collapse)
export(imu_filter_gyroscope)
export(legacy_dev_compare)
export(read_AG_IMU)
export(read_AG_counts)
export(read_AG_raw)
export(read_agd)
export(read_gt3x)
export(reintegrate)
export(sensor_resample)
import(Rcpp)
import(magrittr)
importFrom(rlang,":=")
importFrom(rlang,.data)
useDynLib(AGread)