RuG/L04

Manuals

dif2tab

Description

convert a difference table file, such as created be the progam leven, into a tab-delimited file

Synopsis

dif2tab [-b] [-B] [-c] [-n] [-o filename] [-t] [-T] [-u string] [-U] difference-table-file

Options

-b
bottom half only, without diagonal
-B
bottom half only, with diagonal
-c
use comma instead of tab as delimiter
-n
no labels
-o filename
output file
-t
top half only, without diagonal
-T
top half only, with diagonal
-u text
string to use for missing values (default: NA)
-U
use empty string for missing values

Purpose

This program converts data into a format that is generally understood by other software such as databases and spreadsheets.