if (FALSE) {
# Remove a single file
wflow_remove("analysis/file.Rmd", "Remove old analysis.")
# Remove multiple files
wflow_remove(c("analysis/file.Rmd", "output/small-data.txt"),
"Remove old analysis and its associated data.")
}
Run the code above in your browser using DataLab