Learn R Programming

TiddlyWikiR (version 1.0.1)

writeTiddlers: Inserts one or more tiddlers into a TiddlyWiki file.

Description

Inserts a tiddler into the desired TiddlyWiki file.

Usage

writeTiddlers(tid = NULL, file, infile = file, outfile = file, check = TRUE, verbose = TRUE)

Arguments

tid
a tiddler or a list of tiddlers to be inserted.
file
TiddlyWiki template file.
infile
the template file where the tiddler is to be inserted.
outfile
the output file. Intended not to overwrite the template.
verbose
verbose.
check
check that there is not already a tiddler with the same title.

Details

By default the TiddlyWiki template "file" will be overwritten. The options "infile" and "outfile" may be used not to overwrite the template.

See Also

wikify