# Create internal package data
fathom_to_meter <- 1.8288
pound_to_gram <- 453.5924
usethis::use_data(
fathom_to_meter,
pound_to_gram,
internal = TRUE,
overwrite = TRUE
)
rm(fathom_to_meter, pound_to_gram)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.