which of the Word autoformats to use (try 1, 2, 3)
align
alignment instruction. Default: c("l",rep("r",ncol(data))): align
first column left and the others right. "c" stands for centering.
wdapp
the handle to the Word Application (usually not needed).
Value
Details
Creates a Word table to the adequate dimensions and inserts it between
two paragraph breaks. Fills it with dataframe or array (using the clipboard).
Creates a bookmark and adds a caption. Uses word autoformating and
aligns columns according to user input.