शुरू करेंमुफ़्त में शुरू करें

Preparing data for a retweet network

A retweet network is a network of twitter users who retweet tweets posted by other users.

People who retweet on travel can be potential players for broadcasting messages of a travel portal.

In this exercise, you will prepare the tweet data on #travel for creating a retweet network.

The tweet data frame has been pre-loaded as twts_travel.

यह अभ्यास पाठ्यक्रम का हिस्सा है

Analyzing Social Media Data in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Extract source and target vertices from the tweet data frame
rtwt_df <- twts_trvl[, c("___" , "___" )]

# View the data frame
head(___)
कोड संपादित करें और चलाएँ