R/list.do.R

list.do <-
function (.data, fun, ...) 
{
  do.call(what = fun, args = as.list(.data), ...)
}

Try the hdftsa package in your browser

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

hdftsa documentation built on April 3, 2025, 8:51 p.m.