R/pisa.ben.pv.R

Defines functions pisa.ben.pv

Documented in pisa.ben.pv

pisa.ben.pv <- 
function(pvlabel, by, cutoff, data, atlevel=FALSE, export=FALSE, name= "output", folder=getwd()) {
  
  intsvy.ben.pv(pvnames = pvlabel, by=by, 
                cutoff=cutoff, data=data, atlevel=atlevel, 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.