Description Usage Arguments Details Value Examples
Control console messages of running outsider modules. Allow either the external program messages to run, the Docker messages or both.
1 | verbosity_set(show_program = TRUE, show_docker = FALSE)
|
show_program |
Show external program messages? Default TRUE. |
show_docker |
Show docker messages? Default FALSE. |
For more control see log_set
data.frame
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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.