mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
restructuring
This commit is contained in:
parent
21c2dc0444
commit
4ad21c7f57
19 changed files with 432 additions and 80 deletions
|
|
@ -1,5 +1,5 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/ds2dd.R
|
||||
% Please edit documentation in R/ds2dd_detailed.R
|
||||
\name{ds2dd}
|
||||
\alias{ds2dd}
|
||||
\title{(DEPRECATED) Data set to data dictionary function}
|
||||
|
|
@ -11,7 +11,7 @@ ds2dd(
|
|||
field.type = "text",
|
||||
field.label = NULL,
|
||||
include.column.names = FALSE,
|
||||
metadata = metadata_names
|
||||
metadata = REDCapCAST::redcap_meta_default()
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
|
|
@ -34,7 +34,7 @@ names.}
|
|||
column names for original data set for upload.}
|
||||
|
||||
\item{metadata}{Metadata column names. Default is the included
|
||||
REDCapCAST::metadata_names.}
|
||||
REDCapCAST::redcap_meta_default.}
|
||||
}
|
||||
\value{
|
||||
data.frame or list of data.frame and vector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue