View source: R/response_view.R
response_view | R Documentation |
This function uses the 'View' function from Rstudio if available, otherwise it uses the utils::View function.
response_view(x, title)
x |
An R object which can be coerced to a data frame with non-zero numbers of rows and columns. |
title |
Title for the viewer window. |
NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.