diff --git a/doc/mlr.1 b/doc/mlr.1 index 72b3b1ec3..4f2f777e1 100644 --- a/doc/mlr.1 +++ b/doc/mlr.1 @@ -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 diff --git a/doc/reference.html b/doc/reference.html index 81360414b..08479f97a 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -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: + + - - * / // % ** | ^ & ~ << >> == != =~ !=~ > >= < <= && || ^^ ! ? :