
Drop columns from main that are also computed in loop
Source:R/internals.R
drop_shared_loop_cols.RdBefore joining loop-derived columns into main, drop any column names main already shares with loop (e.g. from a prior run), except the two id columns used for the join.