Learn R Programming

TiddlyWikiR (version 1.0.1)

wikify: Format R objects to be inserted into TiddlyWiki.

Description

Generic function used to do the final formatting of R objects so that they can be introduced into a TiddlyWiki template file.

Arguments

Value

A character vector. Each element is intended to be a line within the TiddlyWiki template file.

Details

At the moment, specific methods are described for classes: tiddler, twImage, twLInk, twList and twTable. A character vector will be inserted "as is" into the TiddlyWiki file; each element of the vector will be a line within the file. Any other R object will be introduced as "code" chunks into the file using the standard R results display.

The function is not intended to be called directly but from within the functions writeTiddlers and writeTags.

See Also

writeTiddlers, writeTags, capture.output