knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
CV in PDF file can be found: here
| This CV document is in R Markdown
format created by vitae
R package. Most of the data in this CV comes from my private Google Sheet.
googlesheets4::read_sheet()
was used to read data from the Google Sheet in to R
,
Then, I've passed that data to vitae::detailed_entries()
which automagically create LaTeX code as PDF nicely.
| The benefit of "data-driven" CV is not much because I did not have many data to feed into it. However, creation process of this CV is fun enough to play with.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.