We have parquet data saved on a server and I am trying to use SparkR sql() function in the following ways df <- sql("SELECT * FROM parquet.`<path to parq
I have applied the following code on airquality dataset available in R, which has some missing values. I want to omit the rows which has NAs library(SparkR) Sys