produce interactive tables with FHIR resources from a list of ingested bundles

freq_app(blist)

Arguments

blist

list of ingested bundles

Value

side-effects of shiny app invocation

Examples

if (interactive()) {
tset = make_test_json_set()
bl = lapply(tset, process_fhir_bundle)
freq_app(bl)
}