Learn R Programming

rtiddlywiki (version 0.5.2)

get_tiddler: Get a tiddler

Description

Get a tiddler

Usage

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

Value

tiddler information in JSON format

Arguments

title

title of the tiddler to retrieve

recipe

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

Examples

Run this code
if (FALSE) {
get_tiddler("GettingStarted")
}

Run the code above in your browser using DataLab