View source: R/check_installed_package.R
check_installed_package | R Documentation |
Check if a package is installed. If not, throw an error message
check_installed_package(package_name, check = FALSE)
package_name |
the name of the package (quoted) |
check |
the function should work as a boolean operator |
Boolean value whether package is installed.
check_installed_package("dplyr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.