A function to remove specified columns and associated metadata
removeCols.Rd
A function to remove specified columns and associated metadata
Usage
removeCols(
all_data,
cols_to_remove = c("CreationDate", "Creator", "EditDate", "Editor"),
exact = TRUE
)