count_occ_all: Count all occurences

View source: R/clean.R

count_occ_allR Documentation

Count all occurences

Description

Count all occurences

Usage

count_occ_all(.tbl, survey, choices, id_col, output = "updated")

Arguments

.tbl

A tibble

survey

A survey sheet from Kobo (with column "type" split)

choices

A choices sheet from Kobo

id_col

Usually uuid... to count

output

Either "count" (a list of counts of select_multiple) or "updated" (the updated .tbl).

Value

An updated tibble or a list of occurences


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.