README.md

sparksf

sparksf provides acces to spatial functions in sparklyr

Installation

You can install the development version of sparksf from github with:

# install.packages("remotes")
remotes::install_github("etiennebr/sparksf")

Example

library(sparksf)
library(sparklyr)
library(dplyr)

sc <- spark_connect(master = "local")


etiennebr/sparksf documentation built on May 31, 2019, 1:50 a.m.