is_version_sufficient | R Documentation |
Just a wrapper to compareVersion
, I regularly forget how to use
it.
is_version_sufficient(installed, required)
installed |
The version installed. |
required |
The version required. |
TRUE
, if so, FALSE
otherwise.
is_version_sufficient(installed = "1.0.0", required = "2.0.0")
is_version_sufficient(installed = "1.0.0", required = "1.0.0")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.