data-raw/core_questions.R

## code to prepare `core_questions` dataset goes here
library(dplyr)

core_questions <- readr::read_csv(here::here("data-raw", "core_questions.csv"))

usethis::use_data(core_questions)
lee269/shinycsps documentation built on Aug. 9, 2020, 4:52 p.m.