t2summary: Summary from retrieved tweets

Description Usage Arguments Value Author(s) See Also Examples

Description

Summary and graphical output from the tweets retrieved with the tweet2r package. The function performs a short description numerical and graphical.

Usage

1
t2summary(tweets, geotweets)

Arguments

tweets

Data frame with the tweets retrieved with tweet2r

geotweets

Spatial data frame with the geotweets retrieved with tweet2r

Value

summt

Number of tweets (geo and non geo) as 'ntweets', number of tweets with geotag as 'ngeotweets', number of tweets whit no geotag as diftweets, percentage of geotweets as 'pergeotweets'

mapt

Tweets' location Map

ghour

Plot of the number of tweets distributed by hour (UTC +000)

gweekday

Plot of the number of tweets distributed by days of the week (UTC +000)

Author(s)

Pau Aragó Galindo

See Also

tweet2r,t2sqlite,t2pgis

Examples

1
2
3
4
5
6
7
8
## Not run: 

t2summary(tweets, geotweets)

#get summary description
summary

## End(Not run)

tweet2r documentation built on May 2, 2019, 2:34 a.m.