p_isinstalled {pacman} | R Documentation |
Check if package is installed locally.
p_isinstalled(package)
package |
Name of package you want to check. This can be quoted or unquoted. |
## Not run: p_installed(pacman) p_installed(fakePackage) ## End(Not run)