R/freq_app.R
freq_app.Rd
produce interactive tables with FHIR resources from a list of ingested bundles
freq_app(blist)
list of ingested bundles
side-effects of shiny app invocation
if (interactive()) {
tset = make_test_json_set()
bl = lapply(tset, process_fhir_bundle)
freq_app(bl)
}