Description Usage Arguments Details Value Examples
View source: R/is_package_available.R
Use this function to check for optional package dependencies within this package.
1 | is.package.available(package.name)
|
package.name |
Name of the package (as string) |
This is a package-internal function!
See section ‘Good practice’ in '?.onAttach'.
TRUE
if the packages is installed, otherwise FALSE
http://r-pkgs.had.co.nz/description.html
1 | tryCatchLog:::is.package.available("tryCatchLog") # must be TRUE :-)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.