tw_options: Set or get options for my package

View source: R/options.R

tw_optionsR Documentation

Set or get options for my package

Description

Set or get options for my package

Usage

tw_options(...)

Arguments

...

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

Value

the default and modified options.

Supported options

The following options are supported

  • hostcharacter host of tiddlywiki

Examples

tw_options(host = "http://127.0.0.1:8080/")

rtiddlywiki documentation built on July 6, 2022, 1:09 a.m.