dtypes {SparkR}R Documentation

DataTypes

Description

Return all column names and their data types as a list

Usage

## S4 method for signature 'DataFrame'
dtypes(x)

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 dtypes(df)
## End(Not run)

[Package SparkR version 1.5.1 Index]