Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 811 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 811 Bytes

Rmarkdown CV template

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.

Features

  • Several functions that convert JSON data to entries on CV
  • Modular and easy to customize

Preview

To do

  • 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