View source: R/framework_view.R
| framework_view | R Documentation |
framework_view() was renamed to view_create() to follow the package's
noun_verb naming convention for better discoverability and consistency.
Recommended: Use view_detail() for the clearest, most user-friendly name.
framework_view(x, title = NULL, max_rows = 5000)
x |
The data to view (data.frame, plot, list, function, or other R object) |
title |
Optional title for the view. If NULL, uses the object name. |
max_rows |
Maximum number of rows to display for data frames (default: 5000). Large data frames are automatically truncated with a warning. |
Opens a browser window (called for side effects)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.