R/reexports.R

#' @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

Try the sparklyr.flint package in your browser

Any scripts or data that you put into this service are public.

sparklyr.flint documentation built on Jan. 11, 2022, 9:06 a.m.