Skip to content

Instantly share code, notes, and snippets.

---
title: "Paper"
author: "Karthik Ram"
date: "March 4, 2016"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
@karthik
karthik / 01-fisheries.md
Created August 10, 2015 18:56
Reproducible example of fisheries data

title

library(rfisheries)
library(dplyr)
@karthik
karthik / 01-fisheries.Rmd
Created August 10, 2015 14:06
Reproducible example of fisheries data
```{r echo=FALSE}
knitr::opts_knit$set(upload.fun = imgur_upload, base.url = NULL)
```
```{r}
library(rfisheries)
library(dplyr)
species <- of_species_codes()
who <- c("TUX", "COD", "VET", "NPA")
@karthik
karthik / 01-fisheries.md
Created July 20, 2015 14:16
Reproducible example of fisheries data
library(rfisheries)
library(dplyr)

species <- of_species_codes()
who <- c("TUX", "COD", "VET", "NPA")
by_species &lt;- lapply(who, function(x) of_landings(species = x)) %&gt;% rbind_all
@karthik
karthik / 01-fisheries.Rmd
Last active August 29, 2015 14:25
Reproducible example of fisheries data
```{r echo=FALSE}
knitr::opts_knit$set(upload.fun = imgur_upload, base.url = NULL)
```
```{r}
library(rfisheries)
library(dplyr)
species <- of_species_codes()
who <- c("TUX", "COD", "VET", "NPA")
@karthik
karthik / 01-fisheries.Rmd
Last active August 29, 2015 14:24
Reproducible example of fisheries data
```{r echo=FALSE}
knitr::opts_knit$set(upload.fun = imgur_upload, base.url = NULL)
```
```{r}
library(rfisheries)
library(dplyr)
species <- of_species_codes()
who <- c("TUX", "COD", "VET", "NPA")
@karthik
karthik / 01-fisheries.md
Created July 8, 2015 16:31
Reproducible example of fisheries data
library(rfisheries)
library(dplyr)

species <- of_species_codes()
who <- c("TUX", "COD", "VET", "NPA")
by_species &lt;- lapply(who, function(x) of_landings(species = x)) %&gt;% rbind_all
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@karthik
karthik / 01-fisheries.Rmd
Last active August 29, 2015 14:24
Reproducible example of fisheries data
```{r echo=FALSE}
knitr::opts_knit$set(upload.fun = imgur_upload, base.url = NULL)
```
```{r}
library(rfisheries)
library(dplyr)
species <- of_species_codes()
who <- c("TUX", "COD", "VET", "NPA")