mlr repeat iterate

This commit is contained in:
John Kerl 2016-04-04 17:58:43 -04:00
parent b7710f00c4
commit 23a6db59e4
2 changed files with 15 additions and 4 deletions

View file

@ -145,8 +145,8 @@ output separator to the given value.
.nf
bar bootstrap cat check count-distinct cut decimate filter grep group-by
group-like having-fields head histogram join label merge-fields nest put
regularize rename reorder reshape sample shuffle sec2gmt sort stats1 stats2
step tac tail top uniq
regularize rename reorder repeat reshape sample shuffle sec2gmt sort stats1
stats2 step tac tail top uniq
.fi
.if n \{\
.RE
@ -848,6 +848,17 @@ mlr reorder -e -f a,b sends input record "d=4,b=2,a=1,c=3" to "d=4,c=3,a=1,b=2".
.fi
.if n \{\
.RE
.SS "repeat"
.if n \{\
.RS 0
.\}
.nf
Usage: mlr repeat [options]
-f {field name} xxx put my description here please
xxx describe me please.
.fi
.if n \{\
.RE
.SS "reshape"
.if n \{\
.RS 0

View file

@ -367,8 +367,8 @@ Help options:
Verbs:
bar bootstrap cat check count-distinct cut decimate filter grep group-by
group-like having-fields head histogram join label merge-fields nest put
regularize rename reorder reshape sample shuffle sec2gmt sort stats1 stats2
step tac tail top uniq
regularize rename reorder repeat reshape sample shuffle sec2gmt sort stats1
stats2 step tac tail top uniq
Functions for the filter and put verbs:
+ + - - * / // % ** | ^ & ~ << >> == != =~ !=~ > >= < <= && || ^^ ! ? :