Changed tidyr::drop_na to na.omit because without specifying columns, these functions have the same output. dplyr::arrange is not used so we remove it from both bdlim1 and bdlim1_logistics. Also bdlim1_logistics had the same bug as bdlim1 detailed in PR #1 and is now fixed.
Changed
tidyr::drop_na
tona.omit
because without specifying columns, these functions have the same output.dplyr::arrange
is not used so we remove it from bothbdlim1
andbdlim1_logistics
. Alsobdlim1_logistics
had the same bug asbdlim1
detailed in PR #1 and is now fixed.