show {SparkR}R Documentation

show

Description

Print the DataFrame column names and types

Usage

## S4 method for signature 'DataFrame'
show(object)

## S4 method for signature 'Column'
show(object)

## S4 method for signature 'GroupedData'
show(object)

Arguments

x

A SparkSQL DataFrame

Examples

## 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)

[Package SparkR version 1.5.1 Index]