#' @import sparklyr
#' @export
spark_hello <- function(sc) {
sparklyr::invoke_static(sc, "sparklyrExtensionScala.HelloWorld", "hello")
}
#' @import sparklyr
#' @export
regex_other_cleanups <- function(sc) {
sparklyr::invoke_static(sc, "sparklyrExtensionScala.regexOtherCleanups", "register_otherCleanups", spark_session(sc))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.