Last data update: 2014.03.03

R: Summary from retrieved tweets
t2summaryR Documentation

Summary from retrieved tweets

Description

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

Usage

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<c3><83><c2><b3> Galindo

See Also

tweet2r,t2sqlite,t2pgis

Examples


## Not run: 

t2summary(tweets, geotweets)

#get summary description
summary

## End(Not run)


Results