-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathcode.Rmd
53 lines (46 loc) · 2 KB
/
code.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: Code
---
The following list provides links to the slides code used in the guided coding sessions. The solutions to the challenges will be made available through RStudio Server.
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h2 id="session1" class="panel-title">
<a data-toggle="collapse" href="#collapse2">Session 1: Social Media Research, Twitter's Streaming API.</a>
</h2>
</div>
<div id="collapse2" class="panel-collapse collapse in" style="margin:12px">
<ul>
<li><p><a href="social-media-slides.pdf">SLIDES: Introduction to social media research</a></p>
</li>
<li><p><a href="code/00-setup.html">Introduction to RMarkdown and Setup</a> (<a href="code/00-setup.Rmd">.Rmd file</a>)</p>
</li>
<li><p><a href="code/01-twitter-streaming-data-collection.html">Collecting Twitter data from the Streaming API</a> (<a href="code/01-twitter-streaming-data-collection.Rmd">.Rmd file</a>)</p>
</li>
<li><p><a href="challenges/challenge1.Rmd">Coding challenge 1 (.Rmd file)</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h2 id="week-3" class="panel-title">
<a data-toggle="collapse" href="#collapse3">Session 2: Twitter's REST API and Facebook's Graph API.</a>
</h2>
</div>
<div id="collapse3" class="panel-collapse collapse in" style="margin:12px">
<ul>
<li><p><a href="code/02-twitter-REST-data-collection.html">Collecting Twitter data from the REST API</a> (<a href="code/02-twitter-REST-data-collection.Rmd">.Rmd file</a>)</p>
</li>
<li><p><a href="code/03-facebook-data-collection.html">Collecting Facebook data from the Graph API</a> (<a href="code/03-facebook-data-collection.Rmd">.Rmd file</a>)</p>
</li>
<li><p><a href="code/04-dictionary-analysis.html">Application: Dictionary methods applied to sentiment analysis</a> (<a href="code/04-dictionary-analysis.Rmd">.Rmd file</a>)</p>
</li>
<li><p><a href="challenges/challenge2.Rmd">Coding challenge 2 (.Rmd file)</a></p>
</li>
</ul>
</div>
</div>
</div>