Description Usage Arguments Value
View source: R/cv_printing_functions.r
Create a CV_Printer object.
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
)
|
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? |
A new 'CV_Printer' object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.