Learn R Programming

httpgd (version 1.1.1)

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())

Arguments

...

Parameters passed to hgd_url().

which

Which device (ID).

Value

URL.

Examples

Run this code
# NOT RUN {
hgd()
hgd_browse() # open browser
hist(rnorm(100))

dev.off()
# }

Run the code above in your browser using DataLab