View source: R/helper_functions.R
error_packageAlreadyLoaded | R Documentation |
Throw error because this package is already loaded and not compatible with the requested version.
error_packageAlreadyLoaded( requested_package_name, requested_version, already_loaded_version )
requested_package_name |
A single package name of the package that was desired to be loaded. |
requested_version |
The version definition (like: ">= 3.2.1") of the package that was tried to be loaded. |
already_loaded_version |
The version of the package that is already loaded, which causes this error to be fired. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.