Description Objects from the Class Slots Methods Note Author(s) References Examples
Objects from the class "Docx" represent Microsoft Word document.
All corresponding methods are used to send R output into this object.
Objects can be created by calls of the form new("Docx", title="Title of the document", basefile).
titleObject of class "character":
title of the document (in the doc properties).
basefile:Object of class "character"
which represents the filename of the docx file used as a template.
signature(x = "Docx", ...): Add a graph.
signature(x = "Docx", ...): Add a paragraph.
signature(x = "Docx", ...): Add a table.
signature(x = "Docx", ...): Add a table of contents.
signature(x = "Docx", ...): get available styles.
signature(x = "Docx", ...): replace text.
signature(x = "Docx", ...): write the docx object in a file.
R2DOCX supports Word 2007-2013 (*.docx) file formats.
Document are manipulated in-memory ; a Docx's document is not written to the disk unless the writeDoc method has been called on the object.
David Gohel
Wikipedia: Office Open XML
http://en.wikipedia.org/wiki/Office_Open_XML
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.