Determines where the completed table is sent. Set to "browser" to open HTML file in browser using browseURL(), "viewer" to open in RStudio viewer using viewer(), if available, or "htmlreturn" to return the HTML code. Defaults to Defaults to "viewer" if RStudio is running and "browser" if it isn't.
file
Saves the completed variable table file to HTML with this filepath. May be combined with any value of out.
col.width
Vector of page-width percentages, on 0-100 scale, overriding default column widths in HTML table. Must have a number of elements equal to the number of columns in the resulting table.
row.names
Flag determining whether or not the row names should be included in the table. Defaults to FALSE.
Details
This function is designed to feed HTML versions of variable tables to vtable().