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