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

Description Usage Arguments Details Author(s) See Also

Description

Inserts a tiddler into the desired TiddlyWiki file.

Usage

1
2
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.

check

check that there is not already a tiddler with the same title.

verbose

verbose.

Details

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

Author(s)

David Montaner dmontaner@cipf.es

See Also

wikify


dmontaner/TiddlyWikiR documentation built on May 15, 2019, 9:35 a.m.