Description Usage Arguments Value Examples
View source: R/exported_functions.R
Convenience shortcut for force-unshelf
ing packages and then shelf
ing them again.
1 |
... |
(Names) Packages as bare names. For packages that come from GitHub, you can keep the username/package format, or omit the username and provide just the package name. |
Invisibly returns a named logical vector, where the names are the packages
requested in ...
and TRUE
means that the package was successfully attached.
1 2 3 4 5 6 7 8 | reshelf(datasets)
# reshelf() returns invisibly; bind its output to a variable or access the .Last.value.
print(.Last.value)
#> datasets
#> TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.