compendium_reference: Consult the Compendium of Physical Activities to Encode...

View source: R/Pseudo_Generics.R

compendium_referenceR Documentation

Consult the Compendium of Physical Activities to Encode Direct Observation Intensities

Description

Consult the Compendium of Physical Activities to Encode Direct Observation Intensities

Usage

compendium_reference(obs_data, interactive = TRUE, ...)

Arguments

obs_data

A data frame outputted from data_collection_program

interactive

Logical. Should program be run interactively?

...

Additional arguments passed to method-like functions (under "See Also" below)

Value

A data frame fully annotated with intensity values

Note

If 'interactive = TRUE', but R is not being used interactively, a message is issued and an override is implemented to set 'interactive = FALSE'.

See Also

Other processing functions: interactive_compendium_reference(), manual_compendium_reference()

Examples

data(example_data)

compendium_reference(example_data, FALSE, kids = "yes", mvpa = "yes")
if (interactive()) {
    compendium_reference(example_data)
}


Observation documentation built on Sept. 5, 2022, 9:06 a.m.