Created
August 20, 2013 15:41
-
-
Save IanHopkinson/6283168 to your computer and use it in GitHub Desktop.
Some R to knit a view on ScraperWiki
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/Rscript | |
# Script to knit a file 2013-08-08 | |
# Ian Hopkinson | |
library(knitr) | |
.libPaths('/home/tool/R/libraries') | |
render_html() | |
knit("/home/tool/view.Rhtml",output="/home/tool/http/index.html") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment