hgd_view: Open httpgd URL in the IDE.

View source: R/httpgd.R

hgd_viewR Documentation

Open httpgd URL in the IDE.

Description

Global option viewer needs to be set to a function that accepts the client URL as a parameter.

Usage

hgd_view()

Details

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

Value

viewer function return value.

Examples

## Not run: 

hgd()
hgd_view()
hist(rnorm(100))

dev.off()

## End(Not run)

httpgd documentation built on June 22, 2024, 10:26 a.m.