rbind {SparkR}R Documentation

Union two or more DataFrames

Description

Returns a new DataFrame containing rows of all parameters.

Usage

## S4 method for signature 'DataFrame'
rbind(x, ..., deparse.level = 1)

rbind(..., deparse.level = 1)

[Package SparkR version 1.5.1 Index]