Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jdavidson
jdavidson / region.R
Created February 3, 2014 16:19
Regional analysis of Crunchbase data
library(ggplot2)
library(ggthemes)
library(dplyr)
library(lubridate)
library(scales)
library(data.table)
library(reshape2)
options(scipen=999)
options(stringsAsFactors = FALSE)
@jdavidson
jdavidson / category.R
Created February 3, 2014 18:41
Analysis of start up category performance from crunchbase
library(ggplot2)
library(ggthemes)
library(dplyr)
library(lubridate)
library(scales)
library(data.table)
library(reshape2)
options(scipen=999)
options(stringsAsFactors = FALSE)