This function accepts a data object (such as a tibble) and formats the output into a suitable format for the template used. The inputs can also involve further calculations, which will be done using the provided data.
brief_entries(data, what, when, with, .protect = TRUE) detailed_entries(data, what, when, with, where, why, .protect = TRUE)
data | A |
---|---|
what | The primary value of the entry (such as workplace title or degree). |
when | The time of the entry (such as the period spent in the role). |
with | The company or organisation. |
.protect | When TRUE, inputs to the previous arguments will be protected from being parsed as LaTeX code. |
where | The location of the entry. |
why | Any additional information, to be included as dot points. Each entry for why is provided in long form (where the what, when, with, and where is duplicated) |
All non-data inputs are optional, and will result in an empty space if omitted.