with_attached | R Documentation |
This function is primarily for managing attaching of namespaces needed for
testing internally. It is exported only because it is needed in code
generated within Rd
files, but is otherwise unlikely to be needed.
with_attached(ns, expr)
ns |
A namespace or namespace name to attach |
expr |
An expression to evaluate while the namespace is attached |
The result of evaluating expr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.