https://github.com/cran/odfWeave
Revision 218656fc529637e8c7af2ca47525a1fb7d137fd2 authored by Max Kuhn on 16 January 2014, 00:00:00 UTC, committed by Gabor Csardi on 16 January 2014, 00:00:00 UTC
1 parent 5c43ff1
Raw File
Tip revision: 218656fc529637e8c7af2ca47525a1fb7d137fd2 authored by Max Kuhn on 16 January 2014, 00:00:00 UTC
version 0.8.4
Tip revision: 218656f
NAMESPACE
import(XML, lattice)

export(
   adjustImageSize,
   announce,
   getImageDefs,
   getStyles,
   getStyleDefs,
   listString,
   matrixPaste,
   odfCat,
   odfFigureCancel,
   odfFigureCaption,
   odfInsertPlot,  
   odfItemize, 
   odfPageBreak,
   odfSetPageStyle,
   odfTable, 
   odfTable.character, 
   odfTable.data.frame, 
   odfTable.matrix,    
   odfTable.numeric,
   odfTableCaption,
   odfTmpDir,
   odfTranslate, 
   odfWeave, 
   odfWeaveControl,
   pkgVersions,
   RweaveOdf,
   RweaveOdfSetup,
   setImageDefs,       
   setStyles,
   setStyleDefs,   
   tableStyles)


S3method(odfTable, character)
S3method(odfTable, factor)
S3method(odfTable, matrix)
S3method(odfTable, numeric)
S3method(odfTable, data.frame)

S3method(print, odfTable)
S3method(print, odfCat)
S3method(print, odfItemize)
S3method(print, odfPageBreak)

back to top