R/ez.report.R

Defines functions ez.report

Documented in ez.report

ez.report<-function(html=NULL){
  options (warn=-1)
  require(svDialogs)
  if(is.null(html)){  choix<- c("html", "MS WORD")
  title<-.dico[["ask_which_output"]]
  choix<-dlgList(choix, preselect=NULL, multiple = FALSE,
          title=title)$res
  if(length(choix)==0) return(donnees())
  if(choix=="html") html<-T else html<-F
    }
  ez.html(ez.results, html= html)

}
NicolasStefaniak/easieR documentation built on Jan. 31, 2025, 2:59 p.m.