KnitPost: Knit Rmd to Md

Description Usage Arguments Examples

View source: R/KnitPost.R

Description

Knit an Rmd file to an Md that is suitable for a Jekyll blog.

Usage

1
KnitPost(fileName = NULL, category = NULL, fig = TRUE)

Arguments

fileName

The Rmd file you would like to knit.

category

The blog category where the post should be placed.

fig

Logical. Is Rmardown producting figures? The default is true.

Examples

1
2
3
4
## Not run: 
KnitPost("2017-05-18-test.Rmd")

## End(Not run)

keberwein/krisUtils documentation built on May 20, 2019, 5:26 p.m.