mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
This commit is contained in:
parent
6c44be558d
commit
912fff7474
32 changed files with 2340 additions and 273 deletions
20
man/drop_empty_event.Rd
Normal file
20
man/drop_empty_event.Rd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue