PopulateUserInfo: Populate Twitter networks with user information

Description Usage Arguments Value Author(s) See Also Examples

View source: R/PopulateUserInfo.R

Description

This function is used to 'populate' Twitter networks (generated with the Create function) with information about the users in the network. This involves calls to the Twitter API to collect this information, which is then applied to the network as vertex attributes.

Usage

1
PopulateUserInfo(networkObject)

Arguments

networkObject

an igraph graph object created with Create

Value

An igraph graph object

Author(s)

Timothy Graham <timothy.graham3@uq.net.au> & Robert Ackland <robert.ackland@anu.edu.au>

See Also

Collect, Create

Examples

1
2
3
4
5
6
7
## Not run: 
require(magrittr)
## Get Twitter user information and apply to network
myTwitterNetwork_userInfo <- PopulateUserInfo(myTwitterNetwork)


## End(Not run)

SocialMediaLab documentation built on May 29, 2017, 9:41 p.m.