R/values.R

values_ <- function(lim_obj,limonadeST_param,offset=NULL,count=NULL){
  par <- limonadeST_param$summary()
  stopifnot(!is.null(par$varid))
  res <- lim_obj$extract(varid=par$varid,offset=offset,count=count)$vals
  return(res)
}
jeanmarie-eu/limonadeST documentation built on May 30, 2019, 8:05 p.m.