Create a map of Rt summary data
mapWidget(
geoData = NULL,
rtData = NULL,
width = 900,
elementId = NULL,
dryRun = FALSE,
downloadUrl = NULL
)sf object, map data
data.frame, rt estimates in the format 'Source':'rtData':x, 'casesInfectionData':x, 'casesReportData':x, 'obsCasesData':x, ...
integer, width in pixels
string, id of element
Logical, defaults to FALSE. Should the function be tested without the widget being created.
string, optional URL to download datasets Useful for checking the integrity of input data.