sparksf
provides acces to spatial functions in sparklyr
You can install the development version of sparksf from github with:
# install.packages("remotes")
remotes::install_github("etiennebr/sparksf")
library(sparksf)
library(sparklyr)
library(dplyr)
sc <- spark_connect(master = "local")