Nothing
#' @rdname databricks
#' @title Detect Databricks Runtime Environment
#'
#' @return A logical value
#' @export
#'
#' @examples
#' using_databricks()
using_databricks <- function() {
using_envvar("DATABRICKS_RUNTIME_VERSION")
}
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.