count_at
to perform count_by
for multiple variables and return the aggregated results in one tibblefirst_non_nas_at
and first_which_non_na_at
to retrieve the first non na value, or which values are not na, using column selection like in dplyr
’s select