Skip to content

Commit

Permalink
Link to tests that support group_by_columns (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Jul 2, 2024
1 parent 4da44cb commit 39b5fa3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 39b5fa3

Please sign in to comment.