Description Usage Arguments Value Author(s) Examples
View source: R/rook.analysis.page.server.R
Checks if a given package is installed.
1 | checkPackageInstalled(pkg, version = "0.0.0", required = FALSE)
|
pkg |
A character string containing a package name. |
version |
A minimum version number. Default: "0.0.0" (no version requirement) |
required |
A boolean. The functions stops if set to |
A boolean.
Cory Barr
1 | checkPackageInstalled("AnalysisPageServer")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.