Description Usage Arguments Details Value Author(s) See Also Examples
This function takes an R object and shows the content in a list box on a widget.
1 |
toView |
R object whose content is to be viewed |
width, height |
positive values specifying the width and height of the widget. |
The function makes no check of the R object passed and will show whatever the object will be shown when the name is type at an R prompt. Formatting is required before passing the R object to the function.
This function does not return any value
Jianhua Zhang
1 2 3 4 | # Since user interference is required, the example code only runs
# interactively
if(interactive())
objViewer("Just to show that the content gets posted")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.