Description Usage Arguments Value Examples
The Cromwell server presents a RESTFul API. The base URL is of the form: 'http://EXAMPLE.COM:PORT'. The current approach to changing that url is to set an option, 'cromwellBase' to a valid URL (without trailing slash). This URL will then be used throughout the 'cRomwell' package. If no option is set, the server is assumed to be running at 'http://localhost:8000'.
1 2 3 | cromwellBase()
setCromwellBase(base_url = NULL)
|
base_url |
character(1) specifying the url and port of the cromwell server |
A character(1) base url (default http://localhost:8000
)
1 2 3 4 5 6 7 8 9 | cromwellBase()
# set a bogus host
setCromwellBase('http://example.com:8111')
cromwellBase()
# and set back to NULL to get the default behavior
setCromwellBase()
cromwellBase()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.