unadjust.default | R Documentation |
Assumes that unadjusted dividends are only accurate to 3 decimal places
unless max_decimals
specifies otherwise.
## Default S3 method:
unadjust(split_adjusted_dividend, splits, ...,
max_decimals = 3)
split_adjusted_dividend |
A numeric vector of split adjusted dividends. |
splits |
A numeric vector of splits. |
... |
Additional arguments. |
max_decimals |
The number of decimal places that unadjusted dividends may have. |
A numeric vector of unadjusted dividends.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.