Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 591 Bytes

cluster.md

File metadata and controls

21 lines (17 loc) · 591 Bytes

xan cluster

TODO...

Usage:
    xan cluster <column> [options] [<input>]
    xan cluster --help

cluster options:
    -k, --key <expr>  An expression to evaluate to generate a key
                      for each row by transforming the selected cell.

Common options:
    -h, --help               Display this message
    -n, --no-headers         When set, the first row will not be evaled
                             as headers.
    -d, --delimiter <arg>    The field delimiter for reading CSV data.
                             Must be a single character.