| ExampleK | R Documentation |
Example data set and data dictionary with intentional errors.
data(ExampleK)
R data file that contains two objects:
Data dictionary
Data set
DD.path <- system.file("extdata", "3b_SSM_DD_Example2d.xlsx", package = "dbGaPCheckup", mustWork=TRUE)
DD.dict.K <- readxl::read_xlsx(DD.path)
DS.path <- system.file("extdata", "DS_Example2b.txt", package = "dbGaPCheckup", mustWork=TRUE)
DS.data.K <- read.table(DS.path, header=TRUE, sep="\t", quote="", as.is = TRUE)
save(DD.dict.K, DS.data.K, file = "ExampleK.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.