# NOT RUN {
# Rename columns
rename_if_possible(iris, "Sepal.Length", "length")
rename_if_possible(iris, "FakeCol", "length")
# Remove columns
remove_if_possible(iris, "Sepal.Length")
# Reorder columns
reorder_if_possible(iris, c("Species", "Sepal.Length"))
# }
Run the code above in your browser using DataLab