mouse <- read.csv("data-raw/mouse.csv",
stringsAsFactors = FALSE)
bonobos <- read.csv("data-raw/bonobos.csv",
stringsAsFactors = FALSE)
people <- read.csv("data-raw/people.csv",
stringsAsFactors = FALSE)
caribou <- read.csv("data-raw/caribou.csv",
stringsAsFactors = FALSE)
el <- read.csv("data-raw/el.csv",
stringsAsFactors = FALSE)
devtools::use_data(mouse, bonobos, people, caribou,el, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.