Skip to content

Instantly share code, notes, and snippets.

View Pyfagorass's full-sized avatar

pyfagorass Pyfagorass

View GitHub Profile
@Pyfagorass
Pyfagorass / gist:1a363a0b19af51c7457f0348cda76a2c
Created December 26, 2017 07:32 — forked from debasishg/gist:8172796
A collection of links for streaming algorithms and data structures
  1. General Background and Overview
@Pyfagorass
Pyfagorass / example-r-markdown.rmd
Created October 15, 2015 08:16 — forked from jeromyanglim/example-r-markdown.rmd
Example of using R Markdown
This post examines the features of [R Markdown](http://www.rstudio.org/docs/authoring/using_markdown)
using [knitr](http://yihui.name/knitr/) in Rstudio 0.96.
This combination of tools provides an exciting improvement in usability for
[reproducible analysis](http://stats.stackexchange.com/a/15006/183).
Specifically, this post
(1) discusses getting started with R Markdown and `knitr` in Rstudio 0.96;
(2) provides a basic example of producing console output and plots using R Markdown;
(3) highlights several code chunk options such as caching and controlling how input and output is displayed;
(4) demonstrates use of standard Markdown notation as well as the extended features of formulas and tables; and
(5) discusses the implications of R Markdown.