README.md

datadrivencv

This is a rewritten version of {datadrivencv} by Nick Strayer combined with the CV template made by Steven V. Miller as part of the {stevetemplates} package.

This package is written for personal use.

Installation

The development version from GitHub with:

# install.packages("devtools")
devtools::install_github("eirikberger/datadrivencv")

Using it

Copy this Google Sheet document to your own Google drive. Open Eirik's academic CV template from the Rstudio menu, and replace the Google Drive link with a link to your own document. Make sure that the document is made public. The CV can also be compiled from local csv files by replacing the data_location argument with a folder containing four CSV files with the four tabs in the Google Sheet above.

CV <- datadrivencv::create_CV_object(
  data_location = "https://docs.google.com/spreadsheets/d/1bBlRkTPyPXkxHUzBo7H6xJm33vnP-qv0sJ5rI1eCRO4/edit?usp=sharing"
)

Update the information in the YAML, and you are ready to compile the CV.



eirikberger/datadrivencv documentation built on April 26, 2022, 5:39 a.m.