Fixes names in older versions of the output. Specifically, deletes the occurance of `"vrthreat_"` in any column names.

fix_old_names(df)

Arguments

df

A data frame.

Value

Fixed data frame.