Manage missing values

manage_missing(df, y)

Arguments

df

A data source, that is one of the major R formats: data.table, data.frame, matrix, and so on.

y

A string that indicates a target column name.

Value

A dataframe with removed and imputed missing values.