Skip to contents

render_resume constructs a formal, ATS-compatible, LaTeX-style resume.

Usage

render_resume(
  target = c("app", "base"),
  app_id = "latest",
  app_period = "latest",
  stylesheets = list("custom_resume.tex"),
  input_filename = "resume.Rmd",
  output_basename = "resume",
  app_dir = "applications",
  input_dir = "notebooks",
  data_dir = "input",
  output_dir = "output",
  use_abridged = FALSE,
  sort_appended = FALSE
)

render_resume_plain(
  target = c("app", "base"),
  app_id = "latest",
  app_period = "latest",
  output_basename = "resume",
  app_dir = "applications",
  data_dir = "input",
  output_dir = "output",
  use_abridged = FALSE,
  sort_appended = FALSE
)

Details

render_resume_plain constructs a plain text resume for analysis.

Examples

# TODO: just use templates & base