mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run
20 lines
458 B
R
20 lines
458 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/redcap_read_shiny_module.R
|
|
\name{drop_empty_event}
|
|
\alias{drop_empty_event}
|
|
\title{Drop empty events from REDCap export}
|
|
\usage{
|
|
drop_empty_event(data, event = "redcap_event_name")
|
|
}
|
|
\arguments{
|
|
\item{data}{data}
|
|
|
|
\item{event}{"redcap_event_name", "redcap_repeat_instrument" or
|
|
"redcap_repeat_instance"}
|
|
}
|
|
\value{
|
|
data.frame
|
|
}
|
|
\description{
|
|
Drop empty events from REDCap export
|
|
}
|