A quick question: how can I import data that someone posts as a sample on their SO question into R?
For example, people often put something like this up as their sample data in a question on here:
name order_no
1 Amy 12
2 Jack 14
3 Jack 16
4 Dave 11
5 Amy 12
6 Jack 16
7 Tom 19
8 Larry 22
9 Tom 19
10 Dave 11
11 Jack 17
12 Tom 20
13 Amy 23
14 Jack 16
How can I quickly store that as a data.frame in R to try and work on the question?