Learn R Programming

DescTools (version 0.99.7)

WrdTable: Produces a Table in Word

Description

Creates a table in MS-Word.

Usage

WrdTable(tab, wrd = getOption("lastWord"), row.names = FALSE)

Arguments

tab
the table to be transferred to Word.
wrd
the pointer to a word instance. Can be a new one, created by GetNewWrd() or an existing one, created by GetCurrWrd(). Default is the last created pointer stored in getOption("lastWord").
row.names

Details

A tricky problem, still unsolved... This is experimental code.

See Also

GetNewWrd

Examples

Run this code
# No example

Run the code above in your browser using DataLab