openURL {tgver} | R Documentation |
Internal helper function to "browse" a URL.
Description
Internal helper function to "browse" a URL.
Usage
openURL(
url = NULL,
host = "127.0.0.1",
port = 8000,
browser = FALSE,
path = "",
protocol = "http://"
)
Arguments
url |
character url, if given and valid other parameters will be ignored. |
host |
character host to pass to plumber |
port |
integer port to pass to plumber |
browser |
Boolean whether to specifically launch a browser |
path |
character path to TGVE instance |
protocol |
character protocol, this may change |
[Package tgver version 0.3.0 Index]