Print a procr_varformat object in a structured tree view
Source: R/varformat_print.R
print.procr_varformat.RdProvides a formatted, optionally styled, console printout of a
procr_varformat object. The output displays variable hierarchies,
associated labels, and code expressions in a tree-like layout.
Usage
# S3 method for class 'procr_varformat'
print(x, ..., styled = TRUE)Arguments
- x
A
procr_varformatobject.- ...
Not used, included for compatibility with
print()- styled
Logical scalar. If
TRUE(default), ANSI color and background styling are applied for readability. Set toFALSEto produce plain text.