Nothing
#' Get package version
#'
#' [pkg_name()] returns package version
#'
#' @returns Package version as an object of class
#' [package_version][base::numeric_version].
#'
#' @keywords internal
pkg_version <- function() {
utils::packageVersion(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.