knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
As of Sys.Date()
, what data sets does Covid19R provide?
library(covid19R) library(DT) dat <- get_covid19_data_info() datatable(dat, class = 'compact cell-border stripe', options = list( pageLength = 20, autoWidth = TRUE) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.