Processing of excel/csv files
Deciding how to deal with csv and excel files used for analysis
What are the files?
Use cases
1. Stacking of content of files on top of each other
2. Summary statistics for a group defined in column
3. Get unique values "levels" from a specified column(s)
4. Split one file into multiple based on value in a column "level"
5. Load xlsx file, process, save as another list in the file
6. Generate a table in word sorted according to specified column
7. Generate a report of what was done
Why not to do it in R?
Why do it in R ?
How will I share it?
Last updated