mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
Turned routines to preprocess user inputs into S3 methods.
Still needs to be tested.
This commit is contained in:
parent
ef4819e1fc
commit
1053329a62
5 changed files with 70 additions and 50 deletions
|
|
@ -7,12 +7,13 @@
|
|||
REDCap_split(records, metadata)
|
||||
}
|
||||
\arguments{
|
||||
\item{records}{Exported project records. May be a \code{data.frame} or
|
||||
\code{character} vector containing JSON from an API call.}
|
||||
\item{records}{Exported project records. May be a \code{data.frame},
|
||||
\code{response}, or \code{character} vector containing JSON from an API
|
||||
call.}
|
||||
|
||||
\item{metadata}{Project metadata (the data dictionary). May be a
|
||||
\code{data.frame} or \code{character} vector containing JSON from an API
|
||||
call.}
|
||||
\code{data.frame}, \code{response}, or \code{character} vector containing
|
||||
JSON from an API call.}
|
||||
}
|
||||
\value{
|
||||
A list of \code{"data.frame"}s: one base table and zero or more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue