## Please read the vignette for examples:
## vignette(topic = "export", package = "REDCapExporter")
library(REDCapExporter)
# avs_raw_core <- export_core()
data(avs_raw_core)
tmppth <- tempdir()
build_r_data_package(avs_raw_core, tmppth, author_roles = list(dewittp = c("cre", "aut")))
fs::dir_tree(tmppth)
Run the code above in your browser using DataLab