html_resume {pagedown} | R Documentation |
Create a resume in HTML
Description
This output format is based on Min-Zhong Lu's HTML/CSS in the Github repo https://github.com/mnjul/html-resume. See https://pagedown.rbind.io/html-resume/ for an example.
Usage
html_resume(
...,
css = "resume",
template = pkg_resource("html", "resume.html"),
number_sections = FALSE,
fig_caption = FALSE
)
Arguments
... , css , template , number_sections , fig_caption |
See
|
Value
An R Markdown output format.
[Package pagedown version 0.20 Index]