Skip to contents

Builds a % Log <params> query fragment.

Usage

Log(type = NULL, ...)

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.

Value

A DafrQuery.

See also

Examples

Log(base = 2, eps = 1e-6)
#> <DafrQuery> % Log base: 2 eps: 1e-06