adjRatios(splits, dividends, close)
splits
is provided, the resulting object will only have as
many observations as splits
.
If splits
and close
are provided, the resulting object
will have as many observations as max(NROW(splits),NROW(close))
.
close
is required if dividends
is provided.