View source: R/A_hss_enum_assessment.R
A_hss_enum_assessment | R Documentation |
This function is used to perform the first step in the enumerator assessment.
It groups output by device ID and shows the total surveys collected and the
number of surveys remained after each of the selection criteria is applied. The
function accepts an optional argument of an audit dataframe created with
hss_load_audit()
. If this argument is left empty the final selection criterion is skipped.
A_hss_enum_assessment(dat, audit = NULL)
dat |
A dataframe containing the HSS survey data. |
audit |
An audit file created with |
Returns a list containing an overview dataframe & a list of individual dataframes for all criteria.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.