R/RSDA.to.latex.r

Defines functions RSDA.to.latex

Documented in RSDA.to.latex

#' RSDA.to.latex
#' @keywords internal
#' @author Jorge Arce Garro
#' @importFrom xtable xtable
RSDA.to.latex<-function(sym.data){
  return(xtable(generate.sym.table(sym.data)))
}

Try the RSDA package in your browser

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

RSDA documentation built on Nov. 10, 2023, 5:06 p.m.