PackageCheck {SeuratObject} | R Documentation |
Check the existence of a package
PackageCheck(..., error = TRUE)
... |
Package names |
error |
If true, throw an error if the package doesn't exist |
Invisibly returns boolean denoting if the package is installed
PackageCheck
was deprecated in version 5.0.0; please use
rlang::check_installed()
instead
PackageCheck("SeuratObject", error = FALSE)