get_long_notes_fields.Rd
Given a REDCap data dictionary, this function returns the fields (rows) that have a field type of notes.
get_long_notes_fields(metadata)
A dataframe with the following columns:
The name of the field.
The form name in which the field is located.
The type of the field (will always be "notes").
A uniform weight, set to 100.
if (FALSE) { # \dontrun{
notes_fields <- get_long_notes_fields(metadata_to_populate)
} # }