Convert CSV Files to an Excel Workbook
handle_csv_xlsx.Rd
This function reads all CSV files in a specified directory and writes their contents to separate sheets in a single Excel workbook.
Examples
# Convert CSV files in the current directory to an Excel workbook
handle_csv_xlsx(path = ".")
#> Error in handle_csv_xlsx(path = "."): unused argument (path = ".")
# Convert CSV files in a specified directory to an Excel workbook
handle_csv_xlsx(input_path = "path/to/directory", output_path = "path/with/file/output.xlsx")
#> Warning: There are no .csv files in this directory