Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 526 Bytes

File metadata and controls

27 lines (19 loc) · 526 Bytes

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")