add.SIT.info2post: Add info to the post. Custom version for SIT blog.

Description Usage Arguments Value Examples

Description

Add info to the post. Custom version for SIT blog.

Usage

1
2
3
add.SIT.info2post(post.filename, out.filename,
  fig.path = post.figure.path(post.filename), add.source.post.link = F,
  add.date = T)

Arguments

post.filename

R script post filename

out.filename

output filename

fig.path

figure folder, defaults to post.figure.path(post.filename)

add.source.post.link

flag to indicate to include source post link, defaults to FALSE

add.date

flag to indicate to include date when post was run, defaults to TRUE

Value

output filename

Examples

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

## End(Not run)

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