Description Usage Arguments Value Examples
Check the existence of a module version.
1 | check_module_version(name, repo = dymiumModulesRepo, version)
|
name |
name of the module. |
repo |
A GitHub repository to look for modules. By default, this uses 'dymium-org/dymiumModules'. |
version |
a character. For example, if you would like to check for version 0.1.0 type it as a character '0.1.0'. |
a logical value
1 2 3 4 | ## Not run:
check_module_version("test", version = "0.0.1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.