print_section: Create a markdown code with given content and layout

print_sectionR Documentation

Create a markdown code with given content and layout

Description

Take a position data frame and the section id desired and prints the section to markdown.

Usage

print_section(
  cv,
  section_id,
  regex_expression = "{title} {description_bullets} \\hfill {start}",
  title = "# Title"
)

Arguments

section_id

ID of the entries section to be printed as encoded by the section column of the entries table

regex_expression

Expression defining the output based on input from google drive og csv files. For example, use {title} to insert title. Use print_var_names to get a list of availible variable names.

Value

Markdown code with data from defined input.


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