Nothing
#' @import vctrs shiny
#' @keywords internal
#' @importFrom rlang abort warn inform
NULL
pkg_name <- function(env = parent.frame()) {
utils::packageName(env)
}
pkg_version <- function(pkg = pkg_name()) {
utils::packageVersion(pkg)
}
pkg_file <- function(...) {
system.file(..., package = pkg_name())
}
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.