We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2072232 commit b1aff08Copy full SHA for b1aff08
docs/_quarto.yml
@@ -121,11 +121,13 @@ quartodoc:
121
- title: Utilities
122
desc: >
123
The utilities group contains functions that are helpful for the validation process. We can
124
- load datasets with `load_dataset()`, preview a table with `preview()`, and set global
125
- configuration parameters with `config()`.
+ load datasets with `load_dataset()`, preview a table with `preview()`, see where there are
+ missing values in a table with `missing_vals_tbl()`, and set global configuration parameters
126
+ with `config()`.
127
contents:
128
- name: load_dataset
129
- name: preview
130
+ - name: missing_vals_tbl
131
- name: get_column_count
132
- name: get_row_count
133
- name: config
0 commit comments