as.data.table
only return data.frames. End users
can then coerce the data.frame to a tibble or data.table if they
prefer.improved the internal read_text
function’s checking
of the Content-Type from the raw data.
formatting of data from json
col_type handling of checkboxes
col_type correctly sets character instead of factor for “completed” fields
format_record
a S3 generic.
record
no longer exists, use the generic argument
x
rcer_rccore
object
so the metadata
or the col_type
does not need
to be explicitly defined.format_record
so columns not explicitly
defined in the col_type
are returned. Prior version would
have omitted the columns. This also allows for redcap_*
columns to pass through (#9)Initial release.