| R2wd-package | Write MS-Word documents from R. | 
| R2wd | Write MS-Word documents from R. | 
| wdApplyTemplate | Apply a word template. | 
| wdApplyTheme | Apply a word template. | 
| wdBody | Write in body text. | 
| wdConvert | Unit conversion (inches, points, cm) | 
| wdEnumerate | Start a numbered list | 
| wdEqn | Write formulas in Word | 
| wdGet | Gets a handle to Word (using RDCOMClient). | 
| 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 | 
| wdItemize | Start a bullet list | 
| 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. | 
| wdStyleSetup | Modify document style | 
| 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. | 
| wdType | write text to word | 
| wdUndo | Save the active document. | 
| wdVerbatim | write verbatim text to word (for example model output). | 
| wdWrite | Write text to word. |