Description Usage Arguments Details Examples
Start Docker
1 | start_docker(verbose = TRUE, wait = 2)
|
verbose |
logical |
wait |
Waiting time for system call to finish |
Docker available for download at: https://www.docker.com
1 2 3 4 5 6 7 8 | ## Not run:
## Usually these functions are only used internally.
## However, if there are errors in the function leading to problems running 'symbiota' again
## it might be neccessary to stop_docker.
start_docker() # starts docker
stop_docker() # stops docker
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.