| use_resume | R Documentation |
Copy an editable R Markdown starter document to path. Static assets used by
the rendered formats remain inside the installed package; the copied source
contains only Markdown content and YAML settings.
use_resume(path = "resume.Rmd", overwrite = FALSE)
use_cover_letter(path = "cover-letter.Rmd", overwrite = FALSE)
path |
Destination path. |
overwrite |
Whether to replace an existing file. |
The normalized destination path, invisibly.
use_resume(tempfile(fileext = ".Rmd"))
use_cover_letter(tempfile(fileext = ".Rmd"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.