readExtractedMocapData: Read extracted motion capture data

Description Usage Arguments Value

Description

Reads in extracted motion capture data from a directory.

Usage

1
2
readExtractedMocapData(path, dataSets = c("action", "estimation"),
  includeFullData = FALSE, modelMd = modelMetadata)

Arguments

path

Directory containing motion catpure csv files that were extracted with the extractMocapDataFromAnnotations function.

dataSets

A vector of the types of periods (aka: dataSets) to extract for analysis. Default: c("action", "estimation") Possible values are: "action", "estimation", "release", "estMaxGrip", "gestMaxGrip", and "gestMove"

includeFullData

A logical, should the output include the full data? default:FALSE

modelMd

a modelMetadata object, default: the modelMetadata from the package

Value

a data object. Wellformedness of this object can be checked with checkData


jonkeane/mocapGrip documentation built on May 19, 2019, 7:30 p.m.