post.figure.path: Generate figure path given post

Description Usage Arguments Value Examples

Description

Generate figure path given post

Usage

1
post.figure.path(post.filename, figure.folder = "public/images/")

Arguments

post.filename

post filename

figure.folder

figure folder, defaults to "public/images/"

Value

figure folder path for given post

Examples

1
2
3
4
5
6
## Not run: 
filename = 'post.test.r'
make.rmd(filename, 'post.r')
make.rmd(filename)

## End(Not run)

systematicinvestor/SIT.blog documentation built on May 31, 2019, 12:49 a.m.