rmd_to_md: Creates md config files from Rmd source

Description Usage Arguments Value

View source: R/rmd_to_md.R

Description

Works well if your working directory is the root of a portal content repo. (You can alse give a filepath). Looks in a subdirectory called Rmarkdown/ for .Rmd files, knits them to .md and removes any blank lines from the top.

Usage

1
rmd_to_md(base_path = getwd(), validate = TRUE)

Arguments

base_path

character path to directory. Defaults to the working directory. Must have a subdirectory called RMarkdown).

validate

boolean indicating whether or not to validate the json.

Value

No value returned.


pocdata/pocr documentation built on Jan. 5, 2022, 9:54 a.m.