list_dataQuality | R Documentation |
Optionally added a HTML ('qualitytag') or printable ('qualitytag_print')
list_dataQuality(
dMeasure_obj,
date_from = NA,
date_to = NA,
clinicians = NA,
appointments_list = NULL,
lazy = FALSE,
qualitytag = FALSE,
qualitytag_print = TRUE,
chosen = self$dataQuality_choices
)
dMeasure_obj |
dMeasure R6 object |
date_from |
from date range (default $date_a) |
date_to |
to date range (default $date_b) |
clinicians |
list of clinicians (default $clinicians) |
appointments_list |
provide an appointment list (default $appointments_list) |
lazy |
(default FALSE) recalculate an appointment list |
qualitytag |
(default FALSE) HTML/browser version of tags |
qualitytag_print |
(default TRUE) printable version of tags |
chosen |
list of data quality names (default is all) |
dataframe list of influenza eligible patients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.