render_cv_as_html
constructs an informal HTML-format resume.
render_cv_as_pdf
converts an HTML-format resume to PDF.
Usage
render_cv_as_html(
input_filename = "cv.Rmd",
output_basename = "cv",
input_dir = "notebooks",
data_dir = "input",
output_dir = "output",
stylesheets = list("custom_resume.css", "styles_html.css"),
sort_appended = FALSE,
show = FALSE
)
render_cv_as_pdf(
input_filename = "cv.Rmd",
output_basename = "cv",
input_dir = "notebooks",
data_dir = "input",
output_dir = "output",
stylesheets = list("custom_resume.css", "styles_pdf.css"),
sort_appended = FALSE
)
See also
Other cli:
build_app_directory()
,
build_base_directory()
,
get_app_info()
,
open_app()
,
render_app()
,
render_cover()
,
render_resume()
,
update_app_info()