powered by
Writes a list of FHIR bundles as numbered xml files into a directory.
fhir_save(bundles, directory = "result")
A list of xml objects representing the FHIR bundles.
A character vector of length one containing the path to the folder to store the data in.
# NOT RUN { #unserialize example bundle bundles <- fhir_unserialize(medication_bundles) #save to temporary directory fhir_save(bundles, directory = tempdir()) # }
Run the code above in your browser using DataLab