Learn R Programming

fhircrackr (version 2.3.0)

fhir_resource_xml: Create fhir_resource_xml object

Description

Create fhir_resource_xml object

Usage

fhir_resource_xml(resource)

# S4 method for xml_document fhir_resource_xml(resource)

# S4 method for xml_node fhir_resource_xml(resource)

# S4 method for character fhir_resource_xml(resource)

Arguments

resource

A xml-object representing a FHIR resource

Examples

Run this code
fhir_resource_xml(resource = xml2::read_xml(""))

Run the code above in your browser using DataLab