From 39b5fa357075642a883f8561b580be781c4b58ee Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:21:38 -0600 Subject: [PATCH] Link to tests that support `group_by_columns` (#931) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9dd888e2..c4133bf6 100644 --- a/README.md +++ b/README.md @@ -617,13 +617,13 @@ Certain tests support the optional `group_by_columns` argument to provide more g This feature is currently available for the following data tests: -- equal_rowcount() -- fewer_rows_than() -- recency() -- at_least_one() -- not_constant() -- sequential_values() -- not_null_proportion() +- [equal_rowcount](#equal_rowcount-source) +- [fewer_rows_than](#fewer_rows_than-source) +- [recency](#recency-source) +- [at_least_one](#at_least_one-source) +- [not_constant](#not_constant-source) +- [sequential_values](#sequential_values-source) +- [not_null_proportion](#not_null_proportion-source) To use this feature, the names of grouping variables can be passed as a list. For example, to test for at least one valid value by group, the `group_by_columns` argument could be used as follows: