adjRatios(splits, dividends, close)
splits
is provided, the resulting object will
only have as many observations assplits
.splits
andclose
are provided, the resulting
object will have as many observations asmax(NROW(splits),
NROW(close))
.close
is required ifdividends
is provided.