Learn R Programming

twitterreport (version 0.15.11)

tw_get_tw_account: Function to enter the website and get the twitter account

Description

Function to enter the website and get the twitter account

Usage

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

Arguments

uri
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

See Also

Other text processors: tw_extract, tw_words

Examples

Run this code
## Not run: 
# tw_get_tw_account('http://twitter.pbworks.com/w/page/1779986/USGovernment')
# tw_get_tw_account('http://caltech.edu')
# ## End(Not run)

Run the code above in your browser using DataLab