Nothing
.onAttach <- function(...) {
attached <- coursekata_attach(
do_not_ask = !interactive() || interactive() && quickstart(),
quietly = getOption("coursekata.quiet", FALSE) || quickstart()
)
coursekata_load_theme()
if (!quickstart()) {
rlang::inform(coursekata_attach_message(attached), class = "packageStartupMessage")
}
}
quickstart <- function() {
getOption("coursekata.quickstart", FALSE) ||
!interactive() && identical(Sys.getenv("DEVTOOLS_LOAD"), "coursekata")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.