Learn R Programming

rtiddlywiki (version 0.5.2)

tw_options: Set or get options for my package

Description

Set or get options for my package

Usage

tw_options(...)

Value

the default and modified options.

Arguments

...

Option names to retrieve option values or [key]=[value] pairs to set options.

Supported options

The following options are supported host: Host of tiddlywiki recipe: Recipes are named lists of bags, ordered from lowest priority to highest bag: Bags have access controls that determines which users can read or write to them

Examples

Run this code
tw_options(host = "http://127.0.0.1:8080/")

Run the code above in your browser using DataLab