fn builtin_cumprod(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Cumulative product.
Once an NA is encountered, all subsequent values become NA.
@param x numeric vector @return numeric vector of running products