dfr expr-not for expression

Creates a not expression.

WARNING

Dataframe commands were not shipped in the official binaries by default, you have to build it with --features=dataframe flag

Signature

> dfr expr-not {flags}

Input/output types:

inputoutput
anyany

Examples

Creates a not expression

> (dfr col a) > 2) | dfr expr-not