Nothing
create_option_string<- function(sc, value){
if (value == "none") {
sparklyr::invoke_static(sc, "sparkhail.CreateOption", "stringNone")
}
}
create_option_int <- function(sc, value){
sparklyr::invoke_static(sc, "sparkhail.CreateOption", "int", as.integer(value))
}
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.