#' @include sdf_utils.R
NULL
#' Retrieve a Spark JVM Object Reference
#'
#' See \code{\link[sparklyr:spark_jobj]{spark_jobj}} for more details.
#'
#' @name spark_jobj
#' @export
#' @importFrom sparklyr spark_jobj
NULL
#' Retrieve Spark connection associated with an R object
#'
#' See \code{\link[sparklyr:spark_connection]{spark_connection}} for more details.
#'
#' @name spark_connection
#' @export
#' @importFrom sparklyr spark_connection
NULL
#' Retrieve a Spark DataFrame
#'
#' See \code{\link[sparklyr:spark_dataframe]{spark_dataframe}} for more details.
#'
#' @name spark_dataframe
#' @export
#' @importFrom sparklyr spark_dataframe
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.