data-raw/DATASET.R

## code to prepare `nems_sample` dataset goes here
# This is an excerpt of ten stores from the raw Qualtrics data.
library(haven)

# Read the file, and then save the cleaned version in the package
nems_sample <- read_nemss("data-raw/example_data.sav")
usethis::use_data(nems_sample, overwrite = TRUE)
byu-transpolab/nemsr documentation built on Feb. 10, 2023, 11:24 p.m.