powered by
Writes a design for use with fhir_crack to an xml file
fhir_crack
fhir_save_design(design, file = "design.xml")
A list representing a valid design as used in fhir_crack
A string specifying the file to write to, defaults to writing "design.xml" into the current working directory
# NOT RUN { design <- list( Pat = list( resource = "//Patient", cols = "./*" ) ) fhir_save_design(design, file = tempfile()) # }
Run the code above in your browser using DataLab