You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: odsc-boston/odsc-open-gov-beer.Rmd
+26-14Lines changed: 26 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "<p style='color:#ffffff; background-color:#009fe1;'>Open Government Data and Beer Analytics</p> <p>🏛 + 🍺</p> <p>Open Data Science Conference | East</p>"
-**API's**: [RateBeer](http://www.ratebeer.com/json/ratebeer-api-agreement.asp), [Untapped](https://untappd.com/api/docs), [The Beer Mapping Project](http://beermapping.com/api/), [BreweryDB](http://www.brewerydb.com/apps) | **Restrictions on usage or require a user account**
65
-
-**Projects about beer**: [yhat Beer Advocate Recommender](http://blog.yhat.com/posts/recommender-system-in-r.html) and [Crowd-sourced Beer Distribution Map](http://www.seekabrew.com/distro/index.html)
@@ -111,22 +120,25 @@ The "clearinghouse" for open U.S. government data is located at [data.gov](https
111
120
112
121
## I developed a R package for beer statistics, called `ttbbeer`
113
122
114
-
- This R data package provides **one dataset** for materials used at U.S. breweries as listed in the Beer Monthly Statistical Releases, and **eight datasets** for historical tax rates of distilled spirits, wine, beer, champagne, and tobacco from the U.S. Department of the Treasury, Alcohol and Tobacco Tax and Trade Bureau (TTB)
115
-
116
-
- Available on [CRAN](https://cran.r-project.org/web/packages/ttbbeer/index.html) and [Github](https://github.com/jasdumas/ttbbeer)
123
+
- This R data package provides data from the **U.S. Department of the Treasury, Alcohol and Tobacco Tax and Trade Bureau (TTB)**:
124
+
-**one dataset** for materials used at U.S. breweries as listed in the Beer Monthly Statistical Releases
125
+
-**eight datasets** for historical tax rates of distilled spirits, wine, beer, champagne, and tobacco
126
+
- Available on [CRAN](https://cran.r-project.org/web/packages/ttbbeer/index.html)[](http://cran.rstudio.com/web/packages/ttbbeer/index.html) and [Github](https://github.com/jasdumas/ttbbeer)
117
127
118
128

119
129
120
130
## How I developed the `ttbbeer` package
121
131
122
-
- Hand transcribing from PDF documents to an excel workbook 😭
123
-
- Web-scraping using the R package [`rvest`](https://github.com/hadley/rvest) 😀
132
+
- Hand transcribing from PDF documents to an excel workbook `r emo::ji("cry")`
133
+
- Web-scraping using the R package [`rvest`](https://github.com/hadley/rvest)`r emo::ji("smile")`
0 commit comments