nhanes_wear | R Documentation |
This is a wrapper around PhysicalActivity::wearingMarking
that takes
into account the non-POSIX formatting of NHANES timestamps
nhanes_wear(counts)
counts |
character scalar. Column name of the variable to use when classifying sedentary behavior (and wear time, depending on the function) |
a vector of wear time information (TRUE
means wearing and
FALSE
means not wearing)
data(example_data, package = "SBprofiles") nhanes_wear(example_data$PAXINTEN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.