View source: R/format_record.R
format_record | R Documentation |
Use REDCap project metadata to build a well formatted data.frame
for
the record.
format_record(x, metadata = NULL, col_type = NULL, ...)
x |
a |
metadata |
a |
col_type |
a |
... |
other arguments passed to |
A data.frame
export_core
, export_content
, vignette("formatting", package = "REDCapExporter")
data("avs_raw_metadata")
data("avs_raw_record")
# Formatting the record can be called in different ways and the same result
# will be generated
identical(
format_record(avs_raw_record, avs_raw_metadata),
format_record(avs_raw_core)
)
avs <- format_record(avs_raw_record, avs_raw_metadata)
avs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.