Title: | R Interface to the 'quarto-yaac' Template |
---|---|
Description: | Provides convienence functions to add the 'quarto-yaac' template to an R project and includes functions for creating Latex formatted text blocks that work with the underlying document class. |
Authors: | Michael Schramm [aut, cre] |
Maintainer: | Michael Schramm <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2025-01-24 03:08:22 UTC |
Source: | https://github.com/mps9506/quartoYAAC |
Print education block
print_education_block(x)
print_education_block(x)
x |
data frame with end_date, degree, and institution |
Nothing (invisible NULL)
Formats and prints a latex string
print_experience_block(x)
print_experience_block(x)
x |
dataframe with columns: enddate, positiontitle, institution, location, startdate, descriptionbullets, and skilltag. |
Nothing (invisible NULL)
Print project block
print_project_block(x)
print_project_block(x)
x |
data frame with the following columns: project_name, dates, repo, link, description, and tags. |
Nothing (invisible NULL)
Print referee block
print_referee_block(x)
print_referee_block(x)
x |
data frame with columns: name, title, institute, email, and phone |
Nothing (invisible NULL)
Formats and prints a latex string.
print_skills_block(x)
print_skills_block(x)
x |
dataframe with columns id and text |
None (invisible NULL)
Adds a subdirectory and necessary files to use the Quarto-YAAC https://github.com/mps9506/quarto-yaac template.
use_quarto_yaac(file_name = NULL)
use_quarto_yaac(file_name = NULL)
file_name |
Name of new qmd file and sub-directory to be created |
a message if extension was successfully copied over