Description Usage Arguments Examples
View source: R/p_isinstalled.R
Check if package is installed locally.
1 | p_isinstalled(package)
|
package |
Name of package you want to check. This can be quoted or unquoted. |
1 2 3 4 5 | ## Not run:
p_installed(pacman)
p_installed(fakePackage)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.