knitr::opts_chunk$set( collapse = TRUE, comment = "#>", out.width = "100%" )
library(coronaAT) (corona <- data_corona()$bezirke) sum(corona$freq, na.rm = TRUE)
plot_confirmed_bl(offset_text = 10)
plot_map()
pm <- plot_map() htmlwidgets::saveWidget(pm, "widget_plot_map.html") pm
Karte in eigenem Fenster anzeigen (kann gerne eingebunden werden)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.