Skip to content

Commit b1aff08

Browse files
committed
Update _quarto.yml
1 parent 2072232 commit b1aff08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/_quarto.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,13 @@ quartodoc:
121121
- title: Utilities
122122
desc: >
123123
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()`.
124+
load datasets with `load_dataset()`, preview a table with `preview()`, see where there are
125+
missing values in a table with `missing_vals_tbl()`, and set global configuration parameters
126+
with `config()`.
126127
contents:
127128
- name: load_dataset
128129
- name: preview
130+
- name: missing_vals_tbl
129131
- name: get_column_count
130132
- name: get_row_count
131133
- name: config

0 commit comments

Comments
 (0)