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. |
wdGet | Gets a handle to Word. |
wdGoToBookmark | Navigate to a bookmark in the active Word document. |
wdHeading | Add text in Heading style. |
wdInsertBookmark | Insert a Bookmark. |
wdNewDoc | Start a new document (when Word is running). |
wdNormal | Type text in Normal style. |
wdPageBreak | Insert a page break. |
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. |
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. |