## code to prepare `unit_dat` dataset goes here
usethis::use_data(unit_dat, overwrite = TRUE)
library(dplyr)
unit_dat <- readRDS("data-raw/IDdata.rds")$pltassgn
usethis::use_data(unit_dat, overwrite = TRUE)
devtools::document()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.