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