arrange                 Order rows using column values
bind_cols               Append columns to a survey design by position
bind_rows               Stack surveys with bind_rows (errors
                        unconditionally)
case_when               A generalised vectorised if-else
distinct                Remove duplicate rows from a survey design
                        object
drop_na                 Mark rows with missing values as out-of-domain
filter                  Keep or drop rows using domain estimation
glimpse.survey_collection
                        Get a glimpse of a survey design object
group_by                Group and ungroup a survey design object
if_else                 Vectorised if-else
inner_join              Domain-aware inner join for survey designs
is_grouped              Test whether a survey design has active
                        grouping
is_rowwise              Test whether a survey design is in rowwise mode
left_join               Add columns from a data frame to a survey
                        design
make_binary             Convert a dichotomous variable to a numeric 0/1
                        indicator
make_dicho              Collapse a multi-level factor to two levels
make_factor             Convert a vector to a factor using value labels
make_flip               Flip the semantic valence of a variable
make_rev                Reverse the numeric values of a scale variable
mutate                  Create, modify, and delete columns of a survey
                        design object
na_if                   Convert values to 'NA'
pull.survey_collection
                        Extract a column from a survey design object
recode_values           Recode values using an explicit mapping
relocate                Change column order in a survey design object
rename                  Rename columns of a survey design object
replace_values          Partially update values using an explicit
                        mapping
replace_when            Partially update a vector using conditional
                        formulas
right_join              Unsupported joins for survey designs
row_means               Compute row-wise means across selected columns
row_sums                Compute row-wise sums across selected columns
rowwise                 Compute row-wise on a survey design object
select                  Keep or drop columns using their names and
                        types
semi_join               Domain-aware semi- and anti-join for survey
                        designs
slice                   Physically select rows of a survey design
                        object
subset.survey_base      Physically remove rows from a survey design
                        object
