View source: R/exported_functions.R
reshelf | R Documentation |
Convenience shortcut for force-unshelf
ing packages and then shelf
ing them again.
reshelf(...)
... |
(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.
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.