data
: An R base::data.frame()
where each row represents one column in the readl dataset.
success
: A boolean value indicating if the operation was apparently successful.
status_code
: The http status code of the operation.
outcome_message
: A human readable string indicating the operation's outcome.
records_collapsed
: The desired records IDs, collapsed into a single string, separated by commas.
fields_collapsed
: The desired field names, collapsed into a single string, separated by commas.
filter_logic
: The filter statement passed as an argument.
elapsed_seconds
: The duration of the function.
raw_text
: If an operation is NOT successful, the text returned by REDCap. If an operation is successful, the raw_text
is returned as an empty string to save RAM.