R2wd-package            Write MS-Word documents from R.
wdApplyTemplate         Apply a word template.
wdApplyTheme            Apply a word template.
wdBody                  Write in body text.
wdGet                   Gets a handle to Word.
wdGetProperty           Get a property from Word.
wdGoToBookmark          Navigate to a bookmark in the active Word
                        document.
wdHeading               Add text in Heading style.
wdInsertBookmark        Insert a Bookmark.
wdInsertFootnote        Insert a Footnote
wdNewDoc                Start a new document (when Word is running).
wdNormal                Type text in Normal style.
wdPageBreak             Insert a page break.
wdPageSetup             Modify page setup in Word.
wdParagraph             Insert a paragraph break.
wdPlot                  create an R plot and paste it into word.
wdQuit                  Close Word and remove the handle.
wdSave                  Save the active document.
wdSection               Start a new section of the document.
wdSectionBreak          Insert a section break.
wdSelection             Get handle to current Selection in Word
                        Application.
wdSetFont               Set font in Word.
wdSetProperty           Set a property in Word.
wdSubsection            Start a new Word section, add a heading and a
                        bookmark.
wdSubsubsection         Start a new Word section, add a heading and a
                        bookmark.
wdTable                 Write a dataframe or an array as a Word table.
wdTitle                 Add text in title style.
wdVerbatim              write verbatim text to word (for example model
                        output).
wdWrite                 Write text to word.
