R/ExampleP.R

#' @title ExampleP
#' @name ExampleP
#' @description Example data set with intentional errors.
#' @usage data(ExampleP)
#' @docType data
#' @format \code{R data file} that contains a single object:
#' \describe{
#' \item{DS.data.P}{Data set}
#' }
#' @source 
#' ```
#' DS.path <- system.file("extdata", "DS_Example3b.txt", package = "dbGaPCheckup", mustWork=TRUE)
#' DS.data.P <- read.table(DS.path, header=TRUE, sep="\t", quote="", as.is = TRUE)
#' save(DS.data.P, file = "ExampleP.rda")
#' ```
NULL

# Used in: 
# id_check()

Try the dbGaPCheckup package in your browser

Any scripts or data that you put into this service are public.

dbGaPCheckup documentation built on Sept. 27, 2023, 5:06 p.m.