Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Supplement a supertibble with additional metadata fields
add_metadata(
supertbl,
db_metadata,
redcap_uri,
token,
suppress_redcapr_messages
)
The original supertibble with additional fields:
instrument_label
containing labels for each instrument
redcap_metadata
containing metadata for the fields in each
instrument as a list column
a supertibble object to supplement with metadata
a REDCap metadata tibble
The URI/URL of the REDCap server (e.g., "https://server.org/apps/redcap/api/"). Required.
The user-specific string that serves as the password for a project. Required.
A logical to control whether to suppress messages
from REDCapR API calls. Default TRUE
.
This function assumes that db_metadata
has been processed to
include a row for each option of each multiselection field, i.e. with
update_field_names()