Boolean
The Boolean data type is either true
or false
.

Example
The merge-datatables adaptor accepts a Boolean for the intersect columns
argument. This argument decides whether the output should be limited to include only the columns that exist in both datatables.

Last updated
Was this helpful?