Description Usage Arguments Examples
It attempts to mimic python's 'import ... from ...' construct
1 | from_import(pkg, objs, as = NULL, .hidden = F)
|
pkg |
package name, a string |
objs |
a vector of obj names |
as |
aliases of the object in the current environment |
.hidden |
logical, import the hidden obj or not |
1 2 | from_import('dplyr', 'select', 'dselect')
from_import('AnnotationDbi', 'select', 'aselect')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.