mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
documented dataset for shiny testing
This commit is contained in:
parent
409d53a6be
commit
b63fbbe3c9
4 changed files with 78 additions and 0 deletions
23
R/mtcars_redcap.R
Normal file
23
R/mtcars_redcap.R
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#' mtcars dataset slightly modified to use for Shiny app upload demonstration
|
||||
#'
|
||||
#'
|
||||
#' @format A data frame with 13 variables:
|
||||
#' \describe{
|
||||
#' \item{record_id}{ID, numeric}
|
||||
#' \item{mpg}{ID, numeric}
|
||||
#' \item{cyl}{ID, numeric}
|
||||
#' \item{disp}{ID, numeric}
|
||||
#' \item{hp}{ID, numeric}
|
||||
#' \item{drat}{ID, numeric}
|
||||
#' \item{wt}{ID, numeric}
|
||||
#' \item{qsec}{ID, numeric}
|
||||
#' \item{vs}{ID, numeric}
|
||||
#' \item{am}{ID, numeric}
|
||||
#' \item{gear}{ID, numeric}
|
||||
#' \item{carb}{ID, numeric}
|
||||
#' \item{name}{original rownames, charater}
|
||||
#'
|
||||
#' }
|
||||
#' @usage data(mtcars_redcap)
|
||||
"mtcars_redcap"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue