Description Details Methods Examples
Having a registry attached to a project is very helpful for maintaining
state across R sessions without encoding everything in the unreliable
.RData file.
To create a registry, simply write r <- registry("some/directory").
You can then use r$set('some/key', some_value) and
r$get('some/key') to set and retrieve values (arbitrary R objects).
initialize(root = NULL)Initialize a registry.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.