create_CV_object: Create a CV_Printer object.

View source: R/cv_printing_functions.R

create_CV_objectR Documentation

Create a CV_Printer object.

Description

Create a CV_Printer object.

Usage

create_CV_object(
  data_location,
  pdf_mode = TRUE,
  sheet_is_publicly_readable = TRUE
)

Arguments

data_location

Path of the spreadsheets holding all your data. This can be either a URL to a Google Sheet with multiple sheets containing the four data types or a path to a folder containing four .csvs with the neccesary data.

pdf_mode

Is the output being rendered into a pdf? Aka do links need to be stripped?

sheet_is_publicly_readable

If you're using google sheets for data, is the sheet publicly available? (Makes authorization easier.)

source_location

Where is the code to build your CV hosted?

Value

A new CV_Printer object.


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