Moved to REDCapCAST::de2dd()

This commit is contained in:
Andreas Gammelgaard Damsbo 2023-09-05 10:05:32 -07:00
parent cce53e4cca
commit f810a7af53
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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))