## code to prepare `lung` dataset goes here
lung <- read.table("/Users/wz262/Projects/dimension/data-raw/lung.txt", sep="\t", header=TRUE)
lung <- as.matrix(lung)
usethis::use_data(lung, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.