util_remove_empty_rows: removes empty rows from 'x'

View source: R/util_remove_empty_rows.R

util_remove_empty_rowsR Documentation

removes empty rows from x

Description

removes empty rows from x

Usage

util_remove_empty_rows(x, id_vars = character(0))

Arguments

x

data.frame a data frame to be cleaned

id_vars

character column names, that will be treated as empty

Value

data.frame reduced x

See Also

Other missing_functions: util_all_intro_vars_for_rv(), util_count_expected_observations(), util_filter_missing_list_table_for_rv(), util_get_code_list(), util_is_na_0_empty_or_false(), util_observation_expected(), util_replace_codes_by_NA()


dataquieR documentation built on May 29, 2024, 7:18 a.m.