## code to prepare `dados` dataset goes here
dados <- read.csv(file.choose(), sep = ";")
usethis::use_data(dados, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.