#' @keywords internal
"_PACKAGE"
# Was able to resolve R CMD check import note by doing stuff with these
# packages. Note that it needs to be inside of a function definition for the
# build to recognize it. Seems hacky!
function_for_import <- function()
{
temp <- tutorial.helpers::return_tutorial_paths('learnr')
z <- primer.data::trains
}
# Best way to demonstrate that quarto is actually "used", thereby stopping
# renv::status() from bothering us.
library(quarto)
library(broom.helpers)
library(labelled)
## usethis namespace: start
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.