To avoid namespace conflicts with dplyr::select_all() (deprecated), change name to asn::check_all(). This will still reflect the motivational name to calculate counts from "select all" or "check all that apply" questions in surveys.
Also, must revise the select statement to not select any free text responses which Qualtrics labels _TEXT to avoid subscript out of bounds errors.
To avoid namespace conflicts with
dplyr::select_all()(deprecated), change name toasn::check_all(). This will still reflect the motivational name to calculate counts from "select all" or "check all that apply" questions in surveys.Also, must revise the
selectstatement to not select any free text responses which Qualtrics labels_TEXTto avoidsubscript out of boundserrors.