## code to prepare `medfield` dataset goes here
medfield <- data.frame(
id = seq(7),
name = c("hjerte", "kreft", "luft", "diabetes", "nerve", "muskel", "tarm"),
full_name = c("", "", "", "", "", "", ""),
stringsAsFactors = FALSE
)
usethis::use_data(medfield, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.