Description Usage Arguments Details Value Examples
ReadTable reads the raw tri-axial accelerometry data in csv files.
1  | ReadTable(filename)
 | 
filename | 
 The name of the csv file.  | 
The function reads csv files containing only three columns: acceleration time series of x-, y- and z-axis.
The ReadTable returns a data frame with 4 columns: Index, X, Y and Z.
Index is the column for the indices of acceleration. X, Y and Z are for the acceleration
time series in each direction.
1 2  | filename = system.file("extdata","sample_table.csv.gz",package="ActivityIndex")
res = ReadTable(filename)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.