htmlViewer: A top-level, blocking "application" for viewing an HTML...

Description Usage Arguments Author(s) See Also

Description

This function creates a top-level window and displays an HTML document within it and runs the wxWidgets event loop.

Usage

1
htmlViewer(doc, linkCB = NULL, tagHandlers = htmlTagHandlers(), title = "HTML Viewer", run = FALSE, app = RApp(OnInit = OnInit))

Arguments

doc

the document to be displayed, either a file name or the HTML content itself

linkCB

a function which is to be called when the user clicks on a link in the HTML document.

tagHandlers
title

a string giving the title for the top-level window's frame

run

a logical value indicating whether to run the event loop

app

the wxApp object that is used as the sole application for this R session

Author(s)

Duncan Temple Lang

See Also

~~objects to See Also as help, ~~~


omegahat/RwxWidgets documentation built on May 24, 2019, 1:56 p.m.