str.language: Print a parse tree
Description
Print a parse tree
Usage
# S3 method for language
str(expr, name = "", indent = 0)
Value
The expression, invisibly
Arguments
- expr
An R language expression to be parse and displayed
- name
An optional character value with default '' to annotate
the display
- indent
An optional numeric value with default 0 to provide
additional indentation
Author
Bill Dunlap (and posted to r-devel on 4 Feb 2022)