R/ifile.R

Defines functions ifile

Documented in ifile

ifile <- function(measure, entry = 1:length(measure), ...) {
  return(as.ifile(data.frame(entry, measure, ...)))
}

Try the Rwinsteps package in your browser

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

Rwinsteps documentation built on May 2, 2019, 1:08 p.m.