I have a function which takes multiple csv files and processes them into an excel file.
#review.R review <- function(... ,savename) { somecodes }