Import Survey Template
Value
Data frame with 5 variables
- project_id
character project id
- sample_id
character sample id
- question
question - character question
- response
response - character response value
- label
label - Mainly used for labelling taxonomic observations
Examples
if (FALSE) { # \dontrun{
file <- system.file("extdat",
"survey-template/220421-SelfMon-N4952-CAV1-Enhanced.xlsx",
package =
"hera"
)
data <- survey_import(file)
} # }