Nothing
#' @keywords internal
`%operator%` <- function(lhs, rhs) {
if (!is.null(get_cluster())) {
foreach::`%dopar%`(lhs, rhs)
} else {
foreach::`%do%`(lhs, rhs)
}
}
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.