col_type {REDCapExporter} | R Documentation |
Column Types
Description
Define a type for each column of the records for a REDCap project based on the metadata for the project.
Usage
col_type(x, factors = TRUE, ...)
Arguments
x |
a |
factors |
If |
... |
not currently used |
Value
a rcer_col_type
object
Examples
data("avs_raw_metadata")
col_type(avs_raw_metadata)
[Package REDCapExporter version 0.2.2 Index]