View source: R/r_context_tools.R
| resolve_r_binding | R Documentation |
Resolve a symbol-like name against the live session environment, attached search path, and loaded namespaces.
resolve_r_binding(
name,
package = NULL,
session = NULL,
envir = NULL,
scope = c("session", "workspace", "all"),
prefer = c("auto", "object", "function")
)
name |
Symbol-like name to resolve. |
package |
Optional package/namespace name to search first. |
session |
Optional |
envir |
Optional environment. Ignored when |
scope |
Where to resolve live objects before the search path:
|
prefer |
Preferred kind: |
A binding record list or NULL if not found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.