View source: R/structure_data.R
structure_data | R Documentation |
'structure_data' is the first step in the processing pipeline and loads the raw unstructured data and structures it to ease post-procressing
structure_data(
brands,
experiments,
rawdatadir,
outputdir,
experimentfile = c()
)
brands |
Character vector with sensor brands to consider, which may include: "ActiGraph", "activPAL", "Acttrust", "Axivity", "GENEActiv", and "MOX". |
experiments |
Character vector of experiments to load, which may include: "timer_check", "ms_hrcr", "ms_lrcr", "ms_hrmr", "ms_lrmr", "ms_bag", and "box". |
rawdatadir |
Path to the root of the experimental data (rawdatadir) |
outputdir |
Output directory |
experimentfile |
.xlsx file with protocol description, defaults to file stored inside the code |
No output is given, data is stored in .RData files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.