persistent-values | R Documentation |
Store persistent keys and values. Storage is per-project; if there is no project currently active, then a global store is used.
setPersistentValue(name, value)
getPersistentValue(name)
name |
The key name. |
value |
The key value. |
The stored value as a character vector (NULL
if no value
of the specified name is available).
The setPersistentValue
and getPersistentValue
functions
were added in version 1.1.57 of RStudio.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.