PopulateUserInfo: Populate Twitter networks with user information
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.
# NOT RUN {# }# NOT RUN {require(magrittr)
## Get Twitter user information and apply to networkmyTwitterNetwork_userInfo <- PopulateUserInfo(myTwitterNetwork)
# }