FinalCompileCV: Compile a set of markdown documents and convert with pandoc

View source: R/CreateCV.R

FinalCompileCVR Documentation

Compile a set of markdown documents and convert with pandoc

Description

Compile a set of markdown documents and convert with pandoc

Usage

FinalCompileCV(input = c("head.md", "summary.md", "education.md",
  "employment.md", "publications.md", "teaching.md", "funding.md",
  "presentations.md", "people.md", "service.md"), outdir = tempdir(),
  css = system.file("extdata", "format.css", package = "cv"),
  output = "OMearaCV", open.files = TRUE)

Arguments

input

Vector of markdown documents

outdir

The directory to store the output in

css

The css file with formatting info.

output

The output base file name. You'll receive <output>.pdf and <output>.html files.

open.files

If TRUE, open the output files


bomeara/cv documentation built on March 24, 2022, 1:26 a.m.