fhir_style-class {fhircrackr} | R Documentation |
An S4 class to represent a design for cracking FHIR resources
Description
fhir_style is now deprecated, the information that used to be coded here has been moved to the fhir_table_description.
Slots
sep
A string to separate pasted multiple entries. Defaults to
":::"
.brackets
A character vector of length two defining the brackets surrounding indices for multiple entries, e.g.
c("<|", "|>")
. If this is empty (i.e. character of length 0, the default), no indices will be added to multiple entries. Empty strings (""
) are not allowed.rm_empty_cols
Logical scalar. Remove empty columns? Defaults to FALSE.
[Package fhircrackr version 2.2.0 Index]