Learn R Programming

fhircrackr (version 0.2.1)

fhir_canonical_design: Retrieve design of last call to fhir_crack

Description

Returns the complete design of the last call to fhir_crack with automatically amended elements, i.e. the canonical form of the design with elements resource, cols, style and respective sub-elements.

Usage

fhir_canonical_design()

Arguments

Examples

Run this code
# NOT RUN {
#load example bundles
bundles <- fhir_unserialize(patient_bundles)

#incomplete but valid design
design <- list(
  Pat = list(
    resource = "//Patient"
    )
)

result <- fhir_crack(bundles, design)

fhir_canonical_design()

# }

Run the code above in your browser using DataLab