parse_value: converts expression from x = foo(bar = 1) to foo(bar = 1,...

Description Usage Arguments

View source: R/parse_macro.r

Description

converts expression from x = foo(bar = 1) to foo(bar = 1, value = x) ignores non-assignment expressions

Usage

1
parse_value(.expr)

Arguments

.expr

language object


Christopher-Peterson/macroStan documentation built on Oct. 30, 2019, 5:42 a.m.