Skip to contents

This function will only work after starting a device with hgd().

Usage

hgd_browse(..., which = dev.cur(), browser = getOption("browser"))

Arguments

...

Parameters passed to hgd_url().

which

Which device (ID).

browser

Program to be used as HTML browser.

Value

URL.

Examples

if (FALSE) {

hgd()
hgd_browse() # open browser
hist(rnorm(100))

dev.off()
}