checkForPackage.m#
Checks if a particular package is installed.
isIncluded = checkForPackage(packageName)
Inputs#
packageName is the name of the package to search for.
Outputs#
isIncluded is true if the package is found, false otherwise.