Skip to content

systematicinvestor/SIT.blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

layout title comments
post
SIT.blog - Helper functions to automate Blog post generation
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:

  • If you loading code that will use print statement, please use local = T i.e. source('code.r',T) this way the print function defined in SIT.blog will be used

  • I used a modified theme from JasonM23

Notes on writting post in R file with Rmarkdown synatx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published