get_r_types_in_data | R Documentation |
Utility function that gets the data type(s) of the variables in a redcap project
get_r_types_in_data(metadata, negative_char = "_")
metadata |
REDCap metadata |
negative_char |
checkbox expansion character for a negative checkbox level |
Using the redcap metadata, code is generated that extracts the data types of the variables in the dataset.
Useful for metaprogramming.
The R data types of the variables in the dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.