ghtml {gWidgetsWWW2}R Documentation

widget to render HTML text pages

Description

widget to render HTML text pages

Usage

ghtml(x, container = NULL, ..., width = NULL, height = NULL,
  ext.args = NULL)

Arguments

x

an HTML string or a URL.

container

parent container

...

passed to add method of parent container

width

width of widge in pixels

height

height of widget in pixels

ext.args

extra arguments to pass to constructor

Value

an ExtWidget object

Examples

w <- gwindow()
g <- ggroup(cont=w, horizontal=FALSE)
h <- ghtml("<b>this is bold</b>", cont=g)

[Package gWidgetsWWW2 version 0.4-8 Index]