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
)
See also
Other cli:
build_app_directory()
,
build_base_directory()
,
get_app_info()
,
open_app()
,
render_app()
,
render_cover()
,
render_cv_as_html()
,
update_app_info()