View source: R/DO_Program_&Functions.R
interactive_data_collection_program | R Documentation |
Interactively Collect Direct Observation Data
interactive_data_collection_program(...)
... |
Arguments passed to dialog functions |
A data frame of observation data
interactive_data_collection_program
is
called within data_collection_program
when
interactive = TRUE
and the session is interactive.
This program relies heavily on dialog boxes generated by the 'svDialogs' package. Default measures are in place to ensure baseline functionality across operating systems and R interfaces. However, a better experience may be achievable by passing additional arguments to the dialog functions via '...', as the vignette for 'Observation' describes.
[example_data]
Other collection functions:
data_collection_program()
,
manual_data_collection_program()
if (interactive()) { data_collection_program() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.