.onAttach <- function(libname, pkgname) { # nolint
packageStartupMessage(
paste0(
"{safar6}\n",
"Start game: x <- safari_zone$new()\n",
"Take a step: x$step()"
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.