From 56210b045b440fc9cc7d6f7833ce0f1e1981eb89 Mon Sep 17 00:00:00 2001 From: Andrea Borruso Date: Wed, 2 Oct 2024 14:08:49 +0200 Subject: [PATCH] Update reference-verbs.md (#1665) This should be a type --- docs/src/reference-verbs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference-verbs.md b/docs/src/reference-verbs.md index f11994d1a..e7d1aa7d1 100644 --- a/docs/src/reference-verbs.md +++ b/docs/src/reference-verbs.md @@ -3302,7 +3302,7 @@ Options: Example: mlr stats1 -a min,p10,p50,p90,max -f value -g size,shape Example: mlr stats1 -a count,mode -f size Example: mlr stats1 -a count,mode -f size -g shape -Example: mlr stats1 -a count,mode --fr '^[a-h].*$' -gr '^k.*$' +Example: mlr stats1 -a count,mode --fr '^[a-h].*$' --gr '^k.*$' This computes count and mode statistics on all field names beginning with a through h, grouped by all field names starting with k.