
Check the existence of a package
PackageCheck(..., error = TRUE)
Package names
If true, throw an error if the package doesn't exist
Invisibly returns boolean denoting if the package is installed
# NOT RUN {
PackageCheck("SeuratObject", error = FALSE)
# }
Run the code above in your browser using DataLab