Learn R Programming

Observation (version 0.3.0)

compendium_reference: 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, ...)

Value

A data frame fully annotated with intensity values

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)

See Also

Other processing functions: interactive_compendium_reference(), manual_compendium_reference()

Examples

Run this code
data(example_data)

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

Run the code above in your browser using DataLab