View source: R/DO_Program_&Functions.R
interactive_compendium_reference | R Documentation |
Interactively Consult the Compendium of Physical Activities to Encode Direct Observation Intensities
interactive_compendium_reference(obs_data, ...)
obs_data |
A data frame outputted from
|
... |
Arguments passed to dialog functions |
A data frame fully annotated with intensity values
interactive_compendium_reference
is called
within compendium_reference
when
interactive = TRUE
and the session is interactive.
Other processing functions:
compendium_reference()
,
manual_compendium_reference()
if (interactive()) { data(example_data) compendium_reference(example_data) observation_data <- data_collection_program() compendium_reference(observation_data) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.