Nothing
#' @title Re-install the tntpr package from GitHub.
#' @export
#' @returns nothing
#' @examplesIf interactive()
#' # Run without loading tntpr first
#' tntpr::update_tntpr()
#'
update_tntpr <- function() {
if (!requireNamespace("devtools", quietly = TRUE)) {
stop(
"Package \"devtools\" must be installed to use this function.",
call. = FALSE
)
}
devtools::install_github("tntp/tntpr")
}
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.