Learn R Programming

Observation (version 0.3.0)

interactive_compendium_reference: Interactively Consult the Compendium of Physical Activities to Encode Direct Observation Intensities

Description

Interactively Consult the Compendium of Physical Activities to Encode Direct Observation Intensities

Usage

interactive_compendium_reference(obs_data, ...)

Value

A data frame fully annotated with intensity values

Arguments

obs_data

A data frame outputted from interactive_data_collection_program

...

Arguments passed to dialog functions

See Also

Other processing functions: compendium_reference(), manual_compendium_reference()

Examples

Run this code

if (interactive()) {
data(example_data)
compendium_reference(example_data)

observation_data <- data_collection_program()
compendium_reference(observation_data)
}

Run the code above in your browser using DataLab