find_all: Find Twitter handles either using a name (default strategy)...

View source: R/get_twitter_handles.r

find_allR Documentation

Find Twitter handles either using a name (default strategy) or an website of an organization.

Description

Find Twitter handles either using a name (default strategy) or an website of an organization.

Usage

find_all(org_name, website_address = NULL)

Arguments

org_name

A name of an organization

website_address

An website of an organization. The default value is NULL.

Value

If no website information were provided, the function returns the Twitter handles discovered via Bing API. If website information were provided, the function returns a dataframe that contains Twitter handles discovered by Bing API ("Bing" column), the website ("Website" column), and the intersection of the two search results ("Intersection" column).


snfagora/MapAgora documentation built on April 27, 2024, 8 a.m.