Learn R Programming

TiddlyWikiR

An R library to generate wiki reports in TiddlyWiki format.

Install

You can install it form your R session doing:

library (devtools)
install_github ("TiddlyWikiR",  username = "dmontaner")

Example

You can find an introduction to the basic TiddlyWikiR workflow in the package vignette.

Copy Link

Version

Install

install.packages('TiddlyWikiR')

Monthly Downloads

10

Version

1.0.1

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

David Montaner

Last Published

December 31st, 2013

Functions in TiddlyWikiR (1.0.1)

newEmptyWiki

Creates a TiddlyWiki template to start working.
align

Extract and replace the "alignment" form twTable and twImage objects.
tiddler-class

A class to handle TiddlyWiki tiddlers.
twImage-class

A class to handle TiddlyWiki images.
twLink-class

A class to handle TiddlyWiki links.
wikify

Format R objects to be inserted into TiddlyWiki.
twList-class

A class to handle TiddlyWiki lists.
twTable-class

A class to handle TiddlyWiki tables.
TiddlyWikiR-package

TiddlyWikiR: an R package for writing dynamic reports using a TiddlyWiki template.
writeTags

Replace tags within a TiddlyWiki file.
ref

Extract and replace the "ref" form twLink and twImage objects.
label

Extract and replace the "label" form twLink and twImage objects.
writeTiddlers

Inserts one or more tiddlers into a TiddlyWiki file.