Skip to contents

render_cover constructs a formal, LaTeX-style resume.

render_cover_plain constructs a plain text cover letter for simplicity.

Usage

render_cover(
  app_id = "latest",
  app_period = "latest",
  use_bullets = TRUE,
  bullet_style = c("-", "+"),
  stylesheets = list("custom_cover.tex"),
  input_filename = "cover.Rmd",
  output_basename = "cover",
  app_dir = "applications",
  input_dir = "notebooks",
  data_dir = "input",
  output_dir = "output"
)

render_cover_plain(
  app_id = "latest",
  app_period = "latest",
  use_bullets = TRUE,
  bullet_style = c("-", "+"),
  type = c("cover", "email"),
  app_dir = "applications",
  data_dir = "input",
  output_dir = "output"
)