## code to prepare `chengdu` dataset goes here
#usethis::use_data("chengdu")
chengdu <-
readxl::read_excel('chengdu.xlsx')
usethis::use_data(chengdu, overwrite = TRUE)
ChineseTones <-
readr::read_csv('ChineseTones.csv')
usethis::use_data(ChineseTones, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.