powered by
Prints html-ready table to local working directory. Makes use of xtable package's print.xtable function.
print.xtable
printC(objx)
A table or data frame
No return
# NOT RUN { library(poliscidata) zodiac_table <- freq(x=gss$zodiac, w=gss$wtss, plot=FALSE) printC(zodiac_table) # }
Run the code above in your browser using DataLab