ExampleO | R Documentation |
Example data set with intentional errors.
data(ExampleO)
R data file
that contains a single object:
Data set
DS.path <- system.file("extdata", "DS_Example3.txt", package = "dbGaPCheckup", mustWork=TRUE) DS.data.O <- read.table(DS.path, header=TRUE, sep="\t", quote="", as.is = TRUE) save(DS.data.O, file = "ExampleO.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.