# #' Check for installation on startup
# #' @noRd
# .onAttach <- function(libname, pkgname) {
# if (!is_dolt_installed()) packageStartupMessage(paste0(
# "No dolt binary found. Install dolt from ",
# "<https://docs.dolthub.com/getting-started/installation>, or provide a ",
# "path to the binary with the `DOLT_PATH` environment variable."
# ))
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.