Learn R Programming

httpgd (version 1.0.1)

hgd_browse: Open httpgd device URL in the browser.

Description

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

Usage

hgd_browse(endpoint = "live", which = dev.cur())

Arguments

endpoint

API endpoint.

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