# ============================================================================
# This code prepares internal datasets
# ============================================================================
# Dataset `fluNA` ------------------------------------------------------------
fluNA <- hyperSpec::flu
fluNA[[2, ]] <- NA
fluNA[[, , 406]] <- NA
# Save the prepared datasets as internal package data ------------------------
usethis::use_data(fluNA, internal = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.