bs1 <- read.csv("~/Rstats/varnastats/data-raw/bs1.csv",
sep=";",
header=TRUE,
row.names=1,
stringsAsFactors = FALSE,
check.names = FALSE)
devtools::use_data(bs1, overwrite = TRUE)
devtools::load_all()
bs1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.