To be able to generate a resume using the datadrivencv
approach without needing to install the datadrivencv
R package.
- Download this repo
- Unzip the downloaded file and rename the folder
- Create an R project for the new folder
- Run
render_cv.R
to generatecv.pdf
- Customize by changing
cv.rmd
,dd_cv.css
, and the files indata/
This uses the local files option by default. You can switch to using a Google Sheet as the input by changing the data_location
argument in create_CV_object
in cv.rmd
to a Google Sheet URL. Make sure to set the sheet sharing options to "Anyone with the link can view."