show {SparkR} | R Documentation |
Print the DataFrame column names and types
## S4 method for signature 'DataFrame' show(object) ## S4 method for signature 'Column' show(object) ## S4 method for signature 'GroupedData' show(object)
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 df
## End(Not run)