mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 21:40:23 +01:00
24 lines
522 B
Plaintext
24 lines
522 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/utils.r
|
||
|
\name{sanitize_split}
|
||
|
\alias{sanitize_split}
|
||
|
\title{Sanitize list of data frames}
|
||
|
\usage{
|
||
|
sanitize_split(
|
||
|
l,
|
||
|
generic.names = c("record_id", "redcap_event_name", "redcap_repeat_instrument",
|
||
|
"redcap_repeat_instance")
|
||
|
)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{l}{A list of data frames.}
|
||
|
|
||
|
\item{generic.names}{A vector of generic names to be excluded.}
|
||
|
}
|
||
|
\value{
|
||
|
A list of data frames with generic names excluded.
|
||
|
}
|
||
|
\description{
|
||
|
Removing empty rows
|
||
|
}
|