Description Usage Arguments Details Value Examples
View source: R/gepetto-helpers.R
These functions can help start/stop gepetto instances. You must remember to
save the object returned by start_gepetto()
.
1 2 3 | start_gepetto(host = "localhost", port = 8080)
stop_gepetto(pxobj)
|
host |
IP/host to use instead of |
port |
port to use besides the default ( |
pxobj |
the |
Note that stop_gepetto()
kills the process. You can/should consider using
gep_stop()
instead.
start_gepetto()
returns a processx
object
1 2 3 4 5 6 | ## Not run:
pid <- start_gepetto()
# ... do stuff
stop_gepetto(pid)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.