-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.Rmd
126 lines (78 loc) · 9.57 KB
/
index.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
title: "Twitter for R programmers"
author: "Oscar Baruffa, Veerle van Son"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
bookdown::gitbook:
includes:
in_header: [plausible_analytics.html, social.html]
config:
edit: https://github.com/oscarbaruffa/Book-Twitter-for-R/edit/master/%s
toc:
before: |
<br/><center><b><a href="./index.html">  Twitter for R programmers</a></b></center></li>
after: |
<li><center><a href="https://bookdown.org/yihui/bookdown/">
Published with bookdown</a></center></li>
site: "bookdown::bookdown_site"
github-repo: oscarbaruffa/Book-Twitter-for-R
delete_merged_file: true
css: blockquote.css
---
```{r setup, include=FALSE}
# knitr::opts_chunk$set(echo = TRUE)
# library(metathis)
# meta() %>%
# meta_description(
# "This book will show you how to use Twitter as an R programmer."
# ) %>%
# meta_name("github-repo" = "oscarbaruffa/Book-Twitter-for-R") %>%
# meta_viewport() %>%
# meta_social(
# title = "Twitter for R programmers.",
# url = "http://www.t4rstats.com/",
# image = "http://www.t4rstats.com/images/welcome_to_rstats_twitter.png",
# image_alt = "The cover of the Twitter for R programmers book",
# og_type = "book",
# og_author = c("Oscar Baruffa", "Veerle van Son"),
# twitter_card_type = "summary",
# #twitter_creator = "@hadley"
# )
```
# UPDATE
This book is now archived and won't receive further updates. The authors enjoyed writing this book and the immensely warm, welcoming and friendly community of R users that used Twitter frequently.
Twitter has undergone significant changes since this book was written, and as of this final book update, was rebranded to X.
You may find some of the content in this book interesting for reference or nostalgia.
If you want to pick up on where some of the R community have migrated, we suggest you try out Mastodon. Some are still around on X.
Feel free to link up with [Oscar](https://fosstodon.org/@OscarBaruffa) or [Veerle](https://fosstodon.org/@[email protected]) and follow who they follow to get you started!
# The warmest of welcomes to you!
![](images/welcome_to_rstats_twitter_social.png)
Artwork by [\@allison_horst](https://twitter.com/allison_horst){target="_blank"}
The R community is very active on Twitter.
You can learn a lot about the language, about new approaches to problems, make friends and even land a job or next contract.
It's a real-time pulse of the R community.
This website is free to use, and is licensed under the [Creative Commons Attribution-NonCommercial-NoDerivs 3.0 License](https://creativecommons.org/licenses/by-nc-nd/3.0/us/){target="_blank"}.
## What you can get out of Twitter
So, you're an R-programmer. What can you gain from becoming active on Twitter? This book will talk about the benefits and it will show you how to use Twitter.
First of all, what is Twitter exactly? It's a [microblogging and social media website](https://en.wikipedia.org/wiki/Twitter){target="_blank"} that started in 2006. Messages on this platform are called tweets, and have a maximum length of 280 characters (before 2017, this used to be 140 characters). On Twitter, you base your decision to follow someone on whether you think their content is interesting. Unlike Facebook, Twitter is not based on who you know in real life. Many use Twitter for professional reasons.
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">My number one productivity tip is to relabel your Twitter time as “networking.”</p>— Eric Nelson (@literaryeric) <a href="https://twitter.com/literaryeric/status/1227964274410164224?ref_src=twsrc%5Etfw">February 13, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
### The friendly R community
The online R community is known as a friendly bunch! Some even say the community is R's greatest asset. The community tries to create a safe space where it's OK to ask questions. People support each other and are genuinely happy for each other if there is good news to share. We could all use a little encouragement sometimes! Connecting to the online #rstats Twitter community can be especially useful if you're the only one using R in your company or institution.
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">The only way to write good code is to write tons of shitty code first. Feeling shame about bad code stops you from getting to good code</p>— Hadley Wickham (@hadleywickham) <a href="https://twitter.com/hadleywickham/status/589068687669243905?ref_src=twsrc%5Etfw">April 17, 2015</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<br/>
But Twitter is not only used for the serious stuff. There is lots of room for lighter content as well. Joking and memes about programming in R strengthens the sense of community.
<br/><br/>
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Goodnight columns, goodnight rows,<br>Goodnight kind strangers on Stack Overflow,<br>Goodnight factors, goodnight strings,<br>Goodnight overfitted things,<br>Goodnight humans, goodnight bots,<br>Goodnight inconclusive plots.<br>Goodnight R 😴<a href="https://twitter.com/hashtag/rstats?src=hash&ref_src=twsrc%5Etfw">#rstats</a></p>— Olga Boichak (@olgarithmic) <a href="https://twitter.com/olgarithmic/status/1057093358374604800?ref_src=twsrc%5Etfw">October 30, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
### Keeping up with what's going down
Twitter is a great source for news. It allows you to keep up with the release of new packages, job opportunities and conferences. Lots of people in the R community have their own blogs, and they will tweet about it if they published a new blog post.
### Learn from each other
There are lots of ways to learn from people that you follow on Twitter. For example, if you get stuck, you can ask your questions about your R code on Twitter. The more specific, the better. Chances are that someone else in the R Twitter community has already encountered a similar problem, and can point you in the right direction. And people love to share what they've learned!
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">This is what I truly love about the <a href="https://twitter.com/hashtag/rstats?src=hash&ref_src=twsrc%5Etfw">#rstats</a> community. <br><br>Here's something beautiful. And here's the code. Now you too can create something beautiful for yourself.</p>— flotsam (@researchremora) <a href="https://twitter.com/researchremora/status/1232857097475444738?ref_src=twsrc%5Etfw">February 27, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Twitter is a fantastic resource for learning new tips and tricks with <a href="https://twitter.com/hashtag/R?src=hash&ref_src=twsrc%5Etfw">#R</a>, especially when it comes to <a href="https://twitter.com/hashtag/dataviz?src=hash&ref_src=twsrc%5Etfw">#dataviz</a>! I love how supportive the <a href="https://twitter.com/hashtag/rstats?src=hash&ref_src=twsrc%5Etfw">#rstats</a> community is. 🤓 <a href="https://t.co/9qMwbXkvEQ">https://t.co/9qMwbXkvEQ</a></p>— Julian Gan (@JCLGan) <a href="https://twitter.com/JCLGan/status/1229486581620367361?ref_src=twsrc%5Etfw">February 17, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<br/><br/>
If you are into data visualisation, you can learn a lot from participating in Tidy Tuesday. You can read more about Tidy Tuesday [later in this book](https://www.t4rstats.com/hashtags-what-are-they-good-for.html#tidytuesday), and on the [Tidy Tuesday github page](https://github.com/rfordatascience/tidytuesday){target="_blank"}.
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Instant ramen reviews by <a href="https://twitter.com/theramenrater?ref_src=twsrc%5Etfw">@theramenrater</a> for <a href="https://twitter.com/hashtag/TidyTuesday?src=hash&ref_src=twsrc%5Etfw">#TidyTuesday</a>. Good luck reading the text, but couldn't help it, it was too much fun making this plot!<br><br>code: <a href="https://t.co/jWEPqEefT7">https://t.co/jWEPqEefT7</a> <a href="https://t.co/Rmb8Hslci6">pic.twitter.com/Rmb8Hslci6</a></p>— Georgios Karamanis (@geokaramanis) <a href="https://twitter.com/geokaramanis/status/1136326761933955072?ref_src=twsrc%5Etfw">June 5, 2019</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
### Making friends on Twitter (it's a real thing)
Maybe it's hard to picture if you haven't used Twitter before, but it's a place where you can actually make a real connection with other people. Sometimes you get to meet the friends you made on Twitter in real life, e.g. at a conference.
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Person at an event: oh hi, I know you from twitter<br>Me: ...sorry remind me?<br>Person: *says his name, full job title, things we talked about*<br>Me: ...er...?<br>Person: my profile picture is a banana?<br>Me: Banana!!! How are you?! So great to meet in real life!</p>— Robyn Vinter (@RobynVinter) <a href="https://twitter.com/RobynVinter/status/1225839669201469445?ref_src=twsrc%5Etfw">February 7, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Now you know what Twitter can bring you as an R programmer, we'll move on to creating a Twitter account and find the first people to follow.