DescTools (version 0.99.8.1)

WrdTable: Produces a Table in Word

Description

Creates a table in MS-Word.

Usage

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

## S3 method for class 'Freq':
WrdTable(tab, wrd = getOption("lastWord"), row.names = FALSE, ...)
## S3 method for class 'default':
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
...
further arguments to be passed to or from methods.

Details

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

See Also

GetNewWrd