get_squid | R Documentation |
Because the SQUID is saved in the options, it persists when changed
e.g. in function calls, for example when using lapply()
.
get_squid(namespace = NULL)
set_squid(x, namespace = NULL)
namespace |
Optionally, for saving multiple SQUIDs, a namespace. |
x |
A SQUID (or several; the highest is stored). |
The saved SQUID.
Invisibly, x.
exampleSQUID <-
squids::squids();
squids::set_squid(
exampleSQUID
);
squids::get_squid();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.