framework_view: (Deprecated) Use view_create() or view_detail() instead

View source: R/framework_view.R

framework_viewR Documentation

(Deprecated) Use view_create() or view_detail() instead

Description

[Deprecated]

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.

Usage

framework_view(x, title = NULL, max_rows = 5000)

Arguments

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.

Value

Opens a browser window (called for side effects)


framework documentation built on Feb. 18, 2026, 1:07 a.m.