Skip to contents

Get a tiddler

Usage

get_tiddler(title, recipe = TW_OPTIONS("recipe"))

Arguments

title

title of the tiddler to retrieve

recipe

string defining which recipe to read from (optional, defaults to "default")

Value

tiddler information in JSON format

Examples

if (FALSE) { # \dontrun{
get_tiddler("GettingStarted")
} # }