dtypes {SparkR} | R Documentation |
Return all column names and their data types as a list
## S4 method for signature 'DataFrame' dtypes(x)
x |
A SparkSQL DataFrame |
## Not run:
##D sc <- sparkR.init()
##D sqlContext <- sparkRSQL.init(sc)
##D path <- "path/to/file.json"
##D df <- jsonFile(sqlContext, path)
##D dtypes(df)
## End(Not run)