https://github.com/cran/odfWeave
Raw File
Tip revision: 5c43ff1529d0d8ba9646f709a01568c89487eae6 authored by Max Kuhn on 15 November 2012, 00:00:00 UTC
version 0.8.2
Tip revision: 5c43ff1
NAMESPACE
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