Skip to content

Instantly share code, notes, and snippets.

@IanHopkinson
Created August 20, 2013 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IanHopkinson/6283168 to your computer and use it in GitHub Desktop.
Save IanHopkinson/6283168 to your computer and use it in GitHub Desktop.
Some R to knit a view on ScraperWiki
#!/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