Learn R Programming

poliscidata (version 2.2.3)

printC: Prints html-ready table to local working directory

Description

Prints html-ready table to local working directory. Makes use of xtable package's print.xtable function.

Usage

printC(objx)

Arguments

objx

A table or data frame

Value

No return

Examples

Run this code
# 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