make_log_from_check_list | R Documentation |
make_log
to a tibble of check_list (one logical test per row)Apply make_log
to a tibble of check_list (one logical test per row)
make_log_from_check_list(.tbl, survey, check_list, id_col, ...)
.tbl |
A tibble of data |
survey |
The survey sheet of the Kobo tool |
check_list |
A tibble of logical test to check for |
id_col |
Survey id, usually uuid |
... |
Columns to keep in the log, e.g. today, i_enum_id |
make_log for a log based on a logical test
make_log_outlier()
for a log based on outliers
make_log_other()
for a log of others
make_all_logs()
for all logs: outliers, others, logical tests
Other functions to make logs:
make_all_logs()
,
make_log_other()
,
make_log_outlier()
,
make_log()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.