pathling_example_resource | R Documentation |
Reads a FHIR resource dataframe from the package example data.
pathling_example_resource(pc, resource_name)
pc |
The PathlingContext object. |
resource_name |
The name of the resource to read. |
The resources are read from the package example data in the extdata/parquet
directory.
Currently the following resources are available: 'Patient' and 'Condition'.
A Spark DataFrame containing the resource data.
Other example functions:
pathling_examples()
## Not run:
pathling_example_resource(pc, 'Condition')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.