Nothing
hail_exists <- function(){
system.file("java/hail-all-spark.jar", package = "sparkhail")
}
mt_cols <- function(jobj){
sparklyr::invoke(jobj, "countCols")
}
mt_rows <- function(jobj){
sparklyr::invoke(jobj, "countRows")
}
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.