View source: R/cv_printing_functions.R
create_CV_object | R Documentation |
Create a CV_Printer object.
create_CV_object( data_location, pdf_mode = TRUE, sheet_is_publicly_readable = TRUE )
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 |
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? |
A new CV_Printer
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.