R/pretty_freq.R

Defines functions pretty_freq

Documented in pretty_freq

#' Print a frequency nicely in PDF or HTML
#'
#' @param freqtable frequency table object (as produced by lehmansociology::frequency)
#' @keywords frequency, print
#' @export

pretty_freq<-function(freqtable){
    require(pander)
    pander(freqtable$table)

}
lehmansociology/lehmansociology documentation built on May 21, 2022, 9:06 p.m.