merge.statement: Merge two financial statements

Description Usage Arguments Details Value

Description

Merge two statements from different time periods.

Usage

1
2
## S3 method for class 'statement'
merge(x, y, replace_na = TRUE, ...)

Arguments

x

statement object

y

statement object

replace_na

(boolean) replace NAs with zeros

...

further arguments passed to or from other methods

Details

Since statements are basically data.frames the functions are similar. Except:

Value

statement object


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