# nocov start
.onLoad <- function(libname, pkgname) {
if (!exists("possible_tidy")) {
possible_tidy <-
purrr::possibly(my_tidy, otherwise = NA, quiet = FALSE)
}
if (!exists("possible_glance")) {
possible_glance <-
purrr::possibly(my_glance, otherwise = NA, quiet = FALSE)
}
}
# nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.