subs: Always returns the outermost expression

View source: R/deparser.R

subsR Documentation

Always returns the outermost expression

Description

Always returns the outermost expression

Usage

subs(x, env, ...)

Arguments

x

An expression from which to capture the outermost expression.

env

The last environment in which to search x. Default is missing.

...

Currently not used.

Source

https://stackoverflow.com/a/26558733


matcasti/Report documentation built on July 23, 2024, 10:24 a.m.