R/find_missing_ingredients.R
find_missing_ingredients.Rd
Example Description: Returns the indices of rows with columns which have missing values, as well as how many missing values they have
find_missing_ingredients(data)
data | A data frame that to be checked for missing values |
---|
A dataframe containing the columns: column_name, list_of_indices, na_count, na_proportion
#> [1] "There are no missing values"