guild_view | R Documentation |
Launch Guild Viewer
guild_view( runs = NULL, ..., host = NULL, port = NULL, include_batch = FALSE, no_open = FALSE, stop = FALSE )
runs |
an optional runs selection. |
... |
passed on to |
host |
Name of host interface to listen on. |
port |
Port to listen on. |
include_batch |
(bool) Include batch runs. |
no_open |
(bool) Don't open Guild View in a browser. |
stop |
Stop the existing Guild View application. |
The url where the Guild View application can be accessed.
The url where the View application can be accessed, invisibly.
## Not run: guild_view() # see all supported options guild_view("--help") # three valid ways of supplying args to the guild executable guild_view("--port" = "5678") guild_view("--port", "5678") guild_view(c("--port", "5678")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.