Code
g %>% as_tibble()
Output
# A tibble: 9 x 6
name type screen_name data text profile_pic
<chr> <chr> <chr> <list> <chr> <list>
1 1438476950746636291 user rtweetbird1 <tibble [1 x 18]> <NA> <magck-mg>
2 1438480252003569671 user rtweetbird3 <tibble [1 x 18]> <NA> <magck-mg>
3 1438479415550390275 user rtweetbird2 <tibble [1 x 18]> <NA> <magck-mg>
4 1438481824922181635 tweet rtweetbird1 <tibble [1 x 90]> this is a~ <magck-mg>
5 1438483457697591297 tweet rtweetbird3 <tibble [1 x 90]> @rtweetbi~ <magck-mg>
6 1438482432030818307 tweet rtweetbird2 <tibble [1 x 90]> @rtweetbi~ <magck-mg>
7 1438482309490040835 tweet rtweetbird2 <tibble [1 x 90]> @rtweetbi~ <magck-mg>
8 1438484289616859145 tweet rtweetbird3 <tibble [1 x 90]> this is m~ <magck-mg>
9 1438483563314360322 tweet rtweetbird3 <tibble [1 x 90]> @rtweetbi~ <magck-mg>
Code
g %E>% as_tibble()
Output
# A tibble: 18 x 5
from to user_id screen_name type
<int> <int> <chr> <chr> <chr>
1 4 5 1438480252003569671 rtweetbird3 reply
2 4 6 1438479415550390275 rtweetbird2 reply
3 4 7 1438479415550390275 rtweetbird2 reply
4 4 8 1438480252003569671 rtweetbird3 quote
5 6 9 1438480252003569671 rtweetbird3 reply
6 8 1 1438476950746636291 rtweetbird3 like
7 9 1 1438476950746636291 rtweetbird3 like
8 5 1 1438476950746636291 rtweetbird3 like
9 6 1 1438476950746636291 rtweetbird2 like
10 7 1 1438476950746636291 rtweetbird2 like
11 6 2 1438480252003569671 rtweetbird2 like
12 4 1 1438476950746636291 rtweetbird1 by
13 5 2 1438480252003569671 rtweetbird3 by
14 6 3 1438479415550390275 rtweetbird2 by
15 7 3 1438479415550390275 rtweetbird2 by
16 8 2 1438480252003569671 rtweetbird3 by
17 9 2 1438480252003569671 rtweetbird3 by
18 4 3 1438479415550390275 rtweetbird2 retweet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.