render_app builds a pdf and plain text resume for a given application.
render_base builds an html CV, pdf and plain text resume from base data.
render_cv builds an html CV and converts it to pdf.
render_linkedin builds a short resume suitable for professional profiles.
Usage
render_app(
app_id = "latest",
app_period = "latest",
docs = c("resume", "all", "cover"),
use_bullets = TRUE,
show = FALSE
)
render_base(report_counts = TRUE, cover = FALSE, show = FALSE)
render_cv(show = FALSE)
render_linkedin(report_counts = TRUE, show = FALSE)See also
Other cli:
build_app_directory(),
build_base_directory(),
get_app_info(),
open_app(),
render_cover(),
render_cv_as_html(),
render_resume(),
update_app_info()