bind_cv_sections: Bind Rmd files

Description Usage Arguments Value

Description

Function to bind rmd files containing CV sections

Usage

1
2
3
4
bind_cv_sections(sections = list.files(".", ".Rmd"),
  name = paste(Sys.Date(), "_CV.Rmd", sep = ""),
  yaml = system.file("rmarkdown/templates/cv/skeleton/skeleton.Rmd", package =
  "cvR"), replace = FALSE)

Arguments

sections

List containing the names and rutes (as character) of files to bind. Default to list.files(".", ".Rmd").

name

Name and rute of the returned file. Default to paste(Sys.Date(), '_CV.Rmd', sep = '')

yaml

Name and rute to file containing yaml preamble. Default to skeleton.Rmd in the package files

replace

If FALSE, function return a warning if output document already exists, asking for a change in the name of the output. If TRUE, no check is done and output file is overwritten

Value

A file resulting of the bind of the selected Rmd files


MalditoBarbudo/cvR documentation built on May 8, 2019, 3:22 p.m.