Nothing
#' @useDynLib testRcppInterfaceUser, .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL
flags <- new.env(parent = emptyenv())
#' @export
reset_flags <- function() {
flags$cpp_interface_downstream <- FALSE
}
.onLoad <- function(lib, pkg) {
reset_flags()
}
#' @export
peek_flag <- function(name) {
flags[[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.