library(tibble) smiths <- tribble( ~subject, ~time, ~age, ~weight, ~height, "John Smith", 1, 33, 90, 1.87, "Mary Smith", 1, NA, NA, 1.54 ) usethis::use_data(smiths, overwrite = TRUE)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.