socialMention: Social Mentions

Description Usage Arguments Details Value Author(s) Examples

Description

Get Strength, Sentiment, Passion and Reach of a term in Blogs, MicroBlogs, Bookmarks, Images or all of the sources.

Usage

1
socialMention(term, source = "all", time.frame = "all")

Arguments

term

- term which we intend to get the data

source

- list of source of a term for which we intended to get the data

time.frame

- get only the results based on the mentioned timeframe.

Details

term is any character string source can be Blogs, MicroBlogs, Bookmarks, Images, all or list of all of the mentioned sources. time.frame can be h, 12h, 24h, w, m or all. Meaning in respective order Last Hour, Last 12 Hours, Last Day, Last Week, Last Month or Anytime.

Value

A data frame consisting of data related to the term belonging to a source with in the given time frame is returned.

Author(s)

Abhinav Yedla abhinavyedla@gmail.com

Examples

1
2
3
4
5
socialMention("United_States")

source <- "blogs"
time.frame <- "12h"
socialMention("India", source, time.frame)

AbhinavYedla/Data_Scrape_Tidy_SocialMentions documentation built on May 5, 2019, 11:44 a.m.