forked from cis-ds/course-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm011.Rmd
33 lines (23 loc) · 979 Bytes
/
cm011.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "Getting data from the web: API access"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(cache=TRUE)
```
# cm011 - October 31, 2016
![](images/halloween.jpeg)
## Overview
* Identify multiple methods for obtaining data from the internet
* Define application program interface (API)
* Explain authentication keys and demonstrate secure methods for storing these keys
* Demonstrate how to use canned packages in R to access APIs
* Practice gathering data from Twitter API using the `twitteR` package in R
## Slides and links
* [Slides](extras/cm011_slides.html)
* [Notes and practice `twitteR` activity from in-class](webdata01.html)
* [More install-and-play API packages for R](https://github.com/ropensci/webservices)
* [Tweepy](http://www.tweepy.org/) - a Python package for obtaining data from Twitter
## To do for Wednesday
* [Finish homework 5](hw05-python-data-analysis.html)
* Make sure you are working on your final projects