Nothing
#' @keywords internal
getCurrentEngine <- function() {
engine <- getOption("TRNGengine", default = get(defaultKind())$new())
setCurrentEngine(engine)
return(engine)
}
#' @keywords internal
setCurrentEngine <- function(engine) {
# TODO: check class?
options(TRNGengine = engine)
}
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.