view_html | R Documentation |
An alternative to 'View' for use with 'view'.
view_html(x,title=deparse(substitute(x)),output,...)
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. |
## Not run:
example(data.set)
view(Data,vfunc=view_html)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.