is_attached {fastverse} | R Documentation |
Utilities
Description
Checks if packages are installed or attached.
Usage
is_attached(x)
is_installed(x)
Arguments
x |
character. A vector of package names. |
Value
A named logical vector.
[Package fastverse version 0.3.3 Index]