Description Usage Arguments Value
View source: R/format_source_redcap_data_dictionary.R
Parses source redcap data dictionary to IDENTITY format
1 2 3 4 5 6 | format_source_redcap_data_dictionary(
path_to_redcap_data_dictionary_csv,
project_alias,
identity_id_starting_digit,
identity_id_prefix
)
|
project_alias |
character string of length 1 for "PROJECT_ALIAS" |
identity_id_starting_digit |
character string of length 1 for the number the primary key should start at |
identity_id_prefix |
character string of length 1 for the prefix each primary key should have |
identity format of the source redcap data dictionary, where there are 3 additional columns for the parsed permissible values, an ID column, and a timestamp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.