Find an unused column name in a dataframe
Source:R/model_parameters_pipeline_utils.R
dot-get_unused_column.RdGenerates a unique column name by appending an integer to a prefix. Iteratively checks for column_prefix1, column_prefix2, etc. until finding a name that doesn't exist in the dataframe.