structure_data: structure_data

View source: R/structure_data.R

structure_dataR Documentation

structure_data

Description

'structure_data' is the first step in the processing pipeline and loads the raw unstructured data and structures it to ease post-procressing

Usage

structure_data(
  brands,
  experiments,
  rawdatadir,
  outputdir,
  experimentfile = c()
)

Arguments

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

Value

No output is given, data is stored in .RData files


wadpac/mechanicalshakerexperiments documentation built on July 2, 2024, 11:49 p.m.