R was recommended to me as a great way to conduct social network analysis (SNA). I have Excel files with my data; the data structures are Edgelists. Some of the graphs will be simply connection data (e.g. integers in the cells), other graphs will be weighted (e.g. floating point).
I haven't been able to find any documentation about how to import this data into RStudio and then generate my network graphs. Does anyone have suggestions / pointers?
thanks
Context: I am new to R and RStudio; I have run through some tutorials and have been using the Tidyverse up until now.