You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/combinesummaries.1
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ output_file
41
41
.br
42
42
.OpFlcArlevel | FlFlcompressArlevel
43
43
.br
44
+
.OpFlsArseparator | FlFlseparatorArseparator
45
+
.br
44
46
.OpFln | FlFlline-numbers
45
47
.br
46
48
.OpFlq | FlFlquiet
@@ -73,6 +75,8 @@ The name of the output file to be created.
73
75
A space-separated list of output variable names to be added to the output data tables.
74
76
.ItFlcArlevel | FlFlcompressArlevel
75
77
Sets the BZip2 compression level; 1=none, 9=highest (default).
78
+
.ItFlsArseparator | FlFlseparatorArseparator
79
+
Sets the separator for the tables. Default: tabulator character (i.e. $'\t').
76
80
.ItFln | FlFlline-numbers
77
81
Generate line numbers for output rows (GNU R: row names). In this case, the input files must contain line numbers (GNU R: row names) as well! The original line numbers are kept in column SubLineNo. Default: off.
78
82
.ItFlquiet
@@ -85,10 +89,10 @@ v1.data.bz2 (created with ParameterY=Alpha) and
85
89
v2.data.bz2 (created with ParameterY=Beta).
86
90
The output data table should be written to output.data.bz2.
0 commit comments