Learn R Programming

kindling (version 0.3.0)

substitute_dot: Recursively Substitute . with Expression

Description

Recursively Substitute . with Expression

Usage

substitute_dot(expr, replacement)

Value

Modified expression

Arguments

expr

Expression containing . placeholders

replacement

Expression to substitute for .