openURL {tgver} | R Documentation |
Internal helper function to "browse" a URL.
openURL(
url = NULL,
host = "127.0.0.1",
port = 8000,
browser = FALSE,
path = "",
protocol = "http://"
)
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 |