merge.statements: Merge two lists of statements

Description Usage Arguments Details Value See Also

Description

Merge two lists of statements

Usage

1
2
## S3 method for class '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

Details

Merges all statements in x with all statements in y

Value

statements object

See Also

merge.statement for merging two statements


bergant/finstr documentation built on May 12, 2019, 3:05 p.m.