Y
Hacker News
new
|
ask
|
show
|
jobs
by
RobinL
3464 days ago
It'd be amazing to see a combination of this with R Markdown
2 comments
throwaway161220
3464 days ago
If you're using Emacs and org-mode, look into org-babel which supports R among many other inline languages (C, Haskell, sh, SQL, ....) you can use as if you were in iPython.
link
huac
3464 days ago
ggvis works similarly, creating interactive web graphics in html output from Rmd
http://ggvis.rstudio.com/
link