View source: R/Pseudo_Generics.R
compendium_reference | R Documentation |
Consult the Compendium of Physical Activities to Encode Direct Observation Intensities
compendium_reference(obs_data, interactive = TRUE, ...)
obs_data |
A data frame outputted from
|
interactive |
Logical. Should program be run interactively? |
... |
Additional arguments passed to method-like functions (under "See Also" below) |
A data frame fully annotated with intensity values
If 'interactive = TRUE', but R is not being used interactively, a message is issued and an override is implemented to set 'interactive = FALSE'.
Other processing functions:
interactive_compendium_reference()
,
manual_compendium_reference()
data(example_data) compendium_reference(example_data, FALSE, kids = "yes", mvpa = "yes") if (interactive()) { compendium_reference(example_data) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.