unadjust.xts | R Documentation |
Assumes that unadjusted dividends are only accurate to 3 decimal places
unless max_decimals
specifies otherwise.
## S3 method for class 'xts'
unadjust(split_adjusted_dividend, splits, ...)
split_adjusted_dividend |
An |
splits |
An |
... |
Additional arguments passed to unadjust.default, for example, |
An xts
of merged splits and dividends with new fields shares
and unadjusted_dividend
. Missing splits are filled in with 1. Missing dividends are filled in with 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.