R/pisa.log.R

Defines functions pisa.log

Documented in pisa.log

pisa.log <- 
  function(y, x, by, data, export=FALSE, name= "output", folder=getwd()) {
    
    intsvy.log(x=x, y=y, by=by, data=data, export=export,
               name=name, folder=folder, config=pisa_conf)
}

Try the intsvy package in your browser

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

intsvy documentation built on Oct. 3, 2023, 1:07 a.m.