rmd_to_gfm: Rmd to GitHub flavored markdown for Jekyll Website

Description Usage Arguments Value Examples

View source: R/rmd_to_gfm.r

Description

Runs and Rmd file through knit. Uses here, so you can run from anyplace in your project. You don't need to worry about setting the working directory. Will put the files in the right places.

Usage

1
rmd_to_gfm(filename, pdf = FALSE)

Arguments

filename

Name of Rmd file

pdf

TRUE/FALSE Do you want a pdf made? If TRUE, make sure to add info to the yaml of Rmd

Value

None

Examples

1
rmd_to_gfm("2016-5-19-FI-recursion-2.Rmd")

eeholmes/eehutils documentation built on June 1, 2020, 11:55 p.m.