Description Usage Arguments Details Source Examples
Given the name of a package, this returns a path to the installed copy of the package, which can be passed to other functions.
1 |
name |
the name of a package. |
It searches for the package in .libPaths()
. If multiple
dirs are found, it will return the first one.
Deprecated function from the devtools
package
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.