I'm going to analyse (some exploratory analysis and I'm new to this subject) large networks in R. So I have a FLICKR data set in hand.
If you see the data set, it consists of 4 different CSV file with different attribute of a graph or network. How to convert this data to igraph object?
I have see the following solution in the Stack overflow.
I also know there is a function called csv.to.igraph function in the influenceR package, but unable to serve my purpose.
Any kind of help is appreciated.