mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-23 05:20:22 +01:00
Moved to REDCapCAST::de2dd()
This commit is contained in:
parent
cce53e4cca
commit
f810a7af53
@ -1,5 +1,5 @@
|
|||||||
utils::globalVariables(c("metadata_names"))
|
utils::globalVariables(c("metadata_names"))
|
||||||
#' Data set to data dictionary function
|
#' *DEPRECATED* Moved to REDCapCAST::ds2dd() | Data set to data dictionary function
|
||||||
#'
|
#'
|
||||||
#' @param ds data set
|
#' @param ds data set
|
||||||
#' @param record.id name or column number of id variable, moved to first row of
|
#' @param record.id name or column number of id variable, moved to first row of
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
% Please edit documentation in R/ds2dd.R
|
% Please edit documentation in R/ds2dd.R
|
||||||
\name{ds2dd}
|
\name{ds2dd}
|
||||||
\alias{ds2dd}
|
\alias{ds2dd}
|
||||||
\title{Data set to data dictionary function}
|
\title{\emph{DEPRECATED} Moved to REDCapCAST::ds2dd() | Data set to data dictionary function}
|
||||||
\usage{
|
\usage{
|
||||||
ds2dd(
|
ds2dd(
|
||||||
ds,
|
ds,
|
||||||
@ -40,7 +40,7 @@ stRoke::metadata_names.}
|
|||||||
data.frame or list of data.frame and vector
|
data.frame or list of data.frame and vector
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
Data set to data dictionary function
|
\emph{DEPRECATED} Moved to REDCapCAST::ds2dd() | Data set to data dictionary function
|
||||||
}
|
}
|
||||||
\examples{
|
\examples{
|
||||||
talos$id <- seq_len(nrow(talos))
|
talos$id <- seq_len(nrow(talos))
|
||||||
|
Loading…
Reference in New Issue
Block a user