View source: R/get_twitter_handles.r
find_all | R Documentation |
Find Twitter handles either using a name (default strategy) or an website of an organization.
find_all(org_name, website_address = NULL)
org_name |
A name of an organization |
website_address |
An website of an organization. The default value is NULL. |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.