Good advice from the 'bind_cols' documentation:
"Where possible prefer using a join to combine multiple data frames. bind_cols() binds the rows in order in which they appear so it is easy to create meaningless results without realising it."
#RStats #DefensiveProgramming