create_CV_object: Create a CV_Printer object.

Description Usage Arguments Value

View source: R/cv_printing_functions.r

Description

Create a CV_Printer object.

Usage

1
2
3
4
5
6
7
create_CV_object(
  data_location,
  blocks = c("education", "academic", "working", "educational", "publications",
    "products"),
  pdf_mode = FALSE,
  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 '.csv's 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.


ClaudioZandonella/Resume_template documentation built on Dec. 17, 2021, 2:05 p.m.