is_module_installed | R Documentation |
Check if a module is installed on your system.
is_module_installed(repo)
repo |
Module repo |
Searches for repo
among installed outsider modules. Returns
TRUE if found, else FALSE.
Logical
Other public:
module_details()
,
module_functions()
,
module_help()
,
module_import()
,
module_installed()
,
module_install()
,
module_search()
,
module_uninstall()
library(outsider) # NOT RUN (too slow for automated testing) ## Not run: if (is_outsider_ready()) { # simplest repo repo <- 'dombennett/om..hello.world' # install module_install(repo = repo, force = TRUE, update = 'never') # is module_installed? (is_module_installed(repo = repo)) # uninstall module_uninstall(repo) } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.