Learn R Programming

httpgd (version 2.0.4)

hgd_browse: Open httpgd URL in the browser.

Description

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

Usage

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

Value

URL.

Arguments

...

Parameters passed to hgd_url().

which

Which device (ID).

browser

Program to be used as HTML browser.

Examples

Run this code
if (FALSE) {

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

dev.off()
}

Run the code above in your browser using DataLab