expressions: Expressions

Description Note Author(s) Examples

Description

Expressions are used as inputs for various waypoints.

Note

For the most part, the expression is not evaluated at all. Instead, it is parsed and its abstract syntax tree is visited and translated.

Author(s)

Jon Claus, <jonterainsights@gmail.com>, Tera Insights, LLC

Examples

1
2
3
4
5
6
## Basic expression
(att1 + att2) * att3

## Use of .()
a <- 1
(att1 + .(a)) * att3

tera-insights/gtBase documentation built on May 31, 2019, 8:35 a.m.