Builds a % Log <params> query fragment.
Arguments
- type
Optional output type (character scalar) or a piped
DafrQuery.
- ...
Named parameters base (default natural log), eps
(added to operands to avoid log(0)); or a piped DafrQuery.
Examples
Log(base = 2, eps = 1e-6)
#> <DafrQuery> % Log base: 2 eps: 1e-06