## code to prepare `A202001` dataset goes here
library(readr)
A202001 <- read_csv2("inst/extdata/A202001.CSV")
usethis::use_data(A202001, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.