view_html {memisc} | R Documentation |
HTML Output for 'view.
Description
An alternative to 'View' for use with 'view'.
Usage
view_html(x,title=deparse(substitute(x)),output,...)
Arguments
x |
the result of |
title |
an optional character string; shown as the title of the display. |
output |
a function or the name of a function. It determines how where the HTML code is directed to. If the working environment is RStudio, the default value is
If If |
... |
other arguments; ignored. |
Examples
## Not run:
example(data.set)
view(Data,vfunc=view_html)
## End(Not run)