library(ape)
library(readr)
primatedata = read.csv("data-raw/primatedata.csv")
primatetree = read.nexus("data-raw/primatetree.nex")
usethis::use_data(primatedata, overwrite = TRUE)
usethis::use_data(primatetree, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.