# nocov start
utils::globalVariables(c(".", "%>%", ":=", "%like%", "%chin%", "set"))
.onLoad <- function(lib, pkg) {
requireNamespace("sf")
requireNamespace("dplyr")
requireNamespace("data.table")
requireNamespace("geodist")
}
#' @importFrom data.table := %between% fifelse %chin% set
NULL
# nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.