| check_package | R Documentation |
This function checks whether a package is installed. If the package is not installed, it informs the user that the package is missing.
check_package(package)
package |
The name of the package to check. |
This function checks whether a package is installed. If the package is not installed, it informs the user that the package is missing.
A logical value: TRUE if the package is installed, FALSE otherwise.
Sora Yoon, PhD
check_package('dplyr')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.