Learn R Programming

wrapr (version 1.9.6)

eval_dot_sequence: Evaluate a sequence of expressions with .-value substituted in.

Description

Evaluate a sequence of expressions with .-value substituted in.

Usage

eval_dot_sequence(., dot_seq, env = parent.frame())

Arguments

.

value to pass in.

dot_seq

list of expressions.

env

environment to work in.

Value

sequential evaluation result.

Details

Note: not for steps that intend side-effects or have references to items in non-standard environments.