Learn R Programming

finstr (version 0.1.2.9000)

merge.statements: Merge two lists of statements

Description

Merge two lists of statements

Usage

# S3 method for statements
merge(x, y, replace_na = TRUE, ...)

Arguments

x
statements object
y
statements object
replace_na
(boolean) replace NAs with zeros
...
further arguments passed to or from other methods

Value

statements object

Details

Merges all statements in x with all statements in y

See Also

merge.statement for merging two statements