print_section | R Documentation |
Take a position data frame and the section id desired and prints the section to markdown.
print_section( cv, section_id, regex_expression = "{title} {description_bullets} \\hfill {start}", title = "# Title" )
section_id |
ID of the entries section to be printed as encoded by the |
regex_expression |
Expression defining the output based on input from google drive og csv files. For example, use |
Markdown code with data from defined input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.