Function checks for negative values on variable late_and_sudden. All ald_business_unit x company_name combinations holding >= 1 negative value are removed.

filter_negative_late_and_sudden(data_with_late_and_sudden, log_path)

Arguments

data_with_late_and_sudden

A tibble containing scenario data with projected late and sudden trajectory.

log_path

String holding path to log file.

Value

Input tibble with potentially removed rows.