data-raw/data.R

## code to prepare `data` dataset goes here

data <- import_xlsx("data-raw/kobo_data_survey_choices.xlsx", sheet = "data")

usethis::use_data(data, overwrite = TRUE)
gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.