get_option: Get App Options

View source: R/run.R

get_optionR Documentation

Get App Options

Description

Get App Options

Usage

get_option(name = NULL, default = NULL)

Arguments

name

A character string specifying the name of an option to get. If NULL (the default), all options are returned.

default

A value to be returned if the option is not currently set.

Value

The value of a Shiny option (see shiny::getShinyOption()).

Author(s)

N. Frerebeau


kinesis documentation built on July 1, 2025, 5:08 p.m.