dd <- readxl::read_xlsx("data-raw/wrist_cast/journal.pone.0232153.s006.xlsx")
dd <- janitor::clean_names(dd)
wrist <- dd
save(list = c("wrist"), file = "data/wrist.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.