This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-28 14:34:54 +01:00
parent 30d82e5288
commit 4ac9282c8f
No known key found for this signature in database
3 changed files with 3 additions and 6 deletions

View File

@ -117,7 +117,7 @@ clean_redcap_name <- function(x) {
#' #'
#' @param l A list of data frames. #' @param l A list of data frames.
#' @param generic.names A vector of generic names to be excluded. #' @param generic.names A vector of generic names to be excluded.
#' @param drop.complete logical to remove genric REDCap variables indicating #' @param drop.complete logical to remove generic REDCap variables indicating
#' instrument completion. Default is TRUE. #' instrument completion. Default is TRUE.
#' @param drop.empty logical to remove variables with only NAs Default is TRUE. #' @param drop.empty logical to remove variables with only NAs Default is TRUE.
#' #'

View File

@ -5,7 +5,6 @@ Codecov
DEPRICATED DEPRICATED
DOI DOI
DataDictionary DataDictionary
GStat
Gammelgaard Gammelgaard
Github Github
GithubActions GithubActions
@ -15,8 +14,6 @@ METACRAN
Nav Nav
ORCID ORCID
POSIXct POSIXct
Pivotting
README
REDCap REDCap
REDCapR REDCapR
REDCapRITS REDCapRITS
@ -41,6 +38,7 @@ dmy
docx docx
doi doi
dplyr dplyr
dropdown
droplevels droplevels
ds ds
dta dta
@ -61,7 +59,6 @@ labelled
labelling labelling
mRS mRS
matadata matadata
md
mdy mdy
mis mis
mrs mrs

View File

@ -17,7 +17,7 @@ sanitize_split(
\item{generic.names}{A vector of generic names to be excluded.} \item{generic.names}{A vector of generic names to be excluded.}
\item{drop.complete}{logical to remove genric REDCap variables indicating \item{drop.complete}{logical to remove generic REDCap variables indicating
instrument completion. Default is TRUE.} instrument completion. Default is TRUE.}
\item{drop.empty}{logical to remove variables with only NAs Default is TRUE.} \item{drop.empty}{logical to remove variables with only NAs Default is TRUE.}