tw_get_tw_account: Retrieve twitter accounts from a website

Description Usage Arguments Value Author(s) See Also Examples

View source: R/web_crawling.R

Description

Retrieve twitter accounts from a website

Usage

1
tw_get_tw_account(uri, redirect = TRUE, normalize = TRUE, quiet = TRUE)

Arguments

uri

Character scalar. Web address of the website from which to extract twitter accounts.

redirect

Whether to follow up the link or not (redirection)

normalize

When TRUE returns the accounts as lower-case.

quiet

When FALSE suppress the message

Value

A character vector with twitter accounts' screen name found if any.

Author(s)

George G. Vega Yon

See Also

Other text processors: tw_extract, tw_words

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Twitter accounts from US gov officials (out dated)
tw_get_tw_account('http://twitter.pbworks.com/w/page/1779986/USGovernment')

# Caltech
tw_get_tw_account('http://caltech.edu')

## End(Not run)

gvegayon/twitterreport documentation built on May 17, 2019, 9:30 a.m.