powered by
Serializes a list of FHIR bundles to allow for saving in .rda or .RData format without losing integrity of pointers
fhir_serialize(bundles)
A list of xml objects representing FHIR bundles as returned by fhir_search
fhir_search
A list of serialized xml objects
# NOT RUN { #example bundles are serialized, unserialize like this: bundles <- fhir_unserialize(medication_bundles) #Serialize like this: bundles_for_saving <- fhir_serialize(bundles) # }
Run the code above in your browser using DataLab