README.md

layout: post title: SIT.blog - Helper functions to automate Blog post generation comments: true

To install Systematic Investor Toolbox (SIT) please visit About page.

SIT.blog package is the collection of functions to ease / automate Blog post generation.

{% highlight r %} library(knitr) library(markdown) library(SIT.blog)

genearte html

run.posts.html('2016-02-28-Post.r')

genearte markdown post suitable for posting on GitHub pages

run.posts('2016-02-28-Post.r')

process all post(s) that start with number(s)- and end with r

run.posts('^\d-..r$')

{% endhighlight %}

General Notes:

Notes on writting post in R file with Rmarkdown synatx

+ eval=FALSE

{% endhighlight %}



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