I am looking for something like from this posting
Add (insert) a column between two columns in a data.frame
add_column(dataset, d = 4:8, .after = 2)
However i am not trying to "add" but move, is there something similar like which will remove the original location of the file and keep the update
move_column(dataset, d = 4:8, .after = 2)