R/v_cumsum.R

Defines functions v_cumsum

v_cumsum <- function(x) {
  cumsum(c(0, x))
}

Try the SSNbler package in your browser

Any scripts or data that you put into this service are public.

SSNbler documentation built on Sept. 30, 2024, 9:44 a.m.