persistent-values: Persistent keys and values

persistent-valuesR Documentation

Persistent keys and values

Description

Store persistent keys and values. Storage is per-project; if there is no project currently active, then a global store is used.

Usage

setPersistentValue(name, value)

getPersistentValue(name)

Arguments

name

The key name.

value

The key value.

Value

The stored value as a character vector (NULL if no value of the specified name is available).

Note

The setPersistentValue and getPersistentValue functions were added in version 1.1.57 of RStudio.


rstudio/rstudioapi documentation built on March 29, 2024, 2:34 p.m.