Nothing
#' @importFrom magrittr %>%
#' @export
magrittr::`%>%`
#' @importFrom furrr furrr_options
#' @export
furrr::furrr_options
## Get the name of the simulation result column
get_sim_name = function(obj) {
attr(obj, ".sim_name")
}
## Get/set the total number of simulations
get_sim_total = function(obj) {
attr(obj, "sim_total")
}
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.