ggplot2.SparkR package

Hi everyone,

I'm using azure databricks and I want to scale my ggplot visualizations. Right now I've sampled the data down to an R dataframe, but I would like to scale ggplot for Spark dataframes. I've tried: devtools::install_github("SKKU-SKT/ggplot2.SparkR"). However it doesn't seem to work. Is this package still available?

Thanks!

Could you give sparklyr (https://spark.rstudio.com/) + dbplot (https://edgararuiz.github.io/dbplot/) a try?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.