as | R Documentation |
Coerce REDCapExporter objects to data.frame.
## S3 method for class 'rcer_raw_metadata'
as.data.frame(x, ...)
## S3 method for class 'rcer_raw_record'
as.data.frame(x, ...)
## S3 method for class 'rcer_raw_project'
as.data.frame(x, ...)
## S3 method for class 'rcer_raw_user'
as.data.frame(x, ...)
x |
any R object. |
... |
additional arguments to be passed to or from methods. |
These functions are S3 methods for as.data.frame
for the raw
exports from the REDCap API.
data("avs_raw_record")
avs_record <- as.data.frame(avs_raw_record)
str(avs_record)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.