Template to create a Curriculum Vitae using JSON to store data. There are plenty of excellent CV templates for Rmarkdown available online but I wanted to make one from scratch to better understand the process and to be able to customize it easily.
- Several functions that convert JSON data to entries on CV
- Modular and easy to customize
- Refactor with more efficient functions that allow multiple line printing to prevent duplicated code
- Implement option to chose between correctly rendered pdf and html output
- Comment code
- Write documentation
- Package