% Generated by roxygen2: do not edit by hand % Please edit documentation in R/stats.R \name{get.series} \alias{get.series} \title{Repeat function and merge output in a vector} \usage{ get.series(func, v, keys = c()) } \arguments{ \item{func}{function to perform, with elements v and a key k} \item{v}{parameter of the func} \item{keys}{a set of k values for the func} } \value{ a combined output } \description{ Repeat function and merge output in a vector }