When performing several data cleaning operations using the
clean_data()
function, the input column names might be altered by
after the column names cleaning. As a consequence of this, some cleaning
operations will fail due to the column names mismatch. This function is
provided to anticipate on this scenario, hence providing continuity between
the cleaning operations.