diff --git a/doc/content-for-cookbook.html b/doc/content-for-cookbook.html index 5a4de29ac..504a81ceb 100644 --- a/doc/content-for-cookbook.html +++ b/doc/content-for-cookbook.html @@ -117,7 +117,7 @@ records.
If you want to look at partial uniqueness — for example, show only the first record for each unique combination of the account_id and account_status fields — you might use mlr head -n 1 -g -acount_id,account_status. Please also see . Please also see mlr head. diff --git a/doc/cookbook.html b/doc/cookbook.html index f19df88dd..43c601918 100644 --- a/doc/cookbook.html +++ b/doc/cookbook.html @@ -532,7 +532,7 @@ records. If you want to look at partial uniqueness — for example, show only the first record for each unique combination of the account_id and account_status fields — you might use mlr head -n 1 -g -acount_id,account_status. Please also see . Please also see mlr head.