Reads a FHIR resource dataframe from the package example data.
pathling_example_resource(pc, resource_name)
A Spark DataFrame containing the resource data.
The resources are read from the package example data in the extdata/parquet
directory.
Currently the following resources are available: 'Patient' and 'Condition'.
Other example functions:
pathling_examples()
if (FALSE) { # \dontrun{
pathling_example_resource(pc, 'Condition')
} # }