rmd2md: This R script will process all R mardown files (those with...

Description Usage Arguments Value Author(s)

Description

http://andysouth.github.io/blog-setup/

Usage

1
2
3
rmd2md(path_site = getwd(), dir_rmd = "_rmd", dir_md = "_posts",
  url_images = "figures/", out_ext = ".md", in_ext = ".rmd",
  recursive = FALSE)

Arguments

path_site

path to the local root storing the site files

dir_rmd

directory containing R Markdown files (inputs)

dir_md

directory containing markdown files (outputs)

url_images

where to store/get images created from plots directory +"/" (relative to path_site)

out_ext

the file extention to use for processed files.

in_ext

the file extention of input files to process.

recursive

should rmd files in subdirectories be processed.

Value

nothing.

Author(s)

Jason Bryer <jason@bryer.org> edited by Andy South


DaveRGP/Regular documentation built on May 6, 2019, 1:54 p.m.