Learn R Programming

dataquieR (version 2.1.0)

util_remove_empty_rows: removes empty rows from x

Description

removes empty rows from x

Usage

util_remove_empty_rows(x, id_vars = character(0))

Value

data.frame reduced x

Arguments

x

data.frame a data frame to be cleaned

id_vars

character column names, that will be treated as empty

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()