View source: R/survey-import.R
survey_import | R Documentation |
Import Survey Template
survey_import(path = NULL)
path |
character file path to survey template |
Data frame with 5 variables
character project id
character sample id
question - character question
response - character response value
label - Mainly used for labelling taxonomic observations
## Not run:
file <- system.file("extdat",
"survey-template/220421-SelfMon-N4952-CAV1-Enhanced.xlsx",
package =
"hera"
)
data <- survey_import(file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.