https://github.com/cran/odfWeave
Raw File
Tip revision: 21caf6740db80cff2b12ff9579097906788309df authored by Max Kuhn on 10 April 2007, 00:00:00 UTC
version 0.4.9
Tip revision: 21caf67
NAMESPACE
export(
   adjustImageSize,
   announce,
   getImageDefs,
   getStyles,
   getStyleDefs,
   listString,
   matrixPaste,
   odfCat,
   odfInsertPlot,  
   odfItemize, 
   odfTable, 
   odfTable.character, 
   odfTable.data.frame, 
   odfTable.matrix,    
   odfTable.numeric,
   odfTmpDir,
   odfTranslate, 
   odfWeave, 
   odfWeaveControl,
   pkgVersions,
   processInLine,
   RweaveOdf,
   RweaveOdfSetup,
   setImageDefs,       
   setStyles,
   setStyleDefs,   
   stripXmlTag,
   tableStyles,   
   xml2R)


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)

back to top