powered by
Takes raw input that is in a 2 column format/question-and-response format and generates an appropriate edge lists in a combined .csv file.
edgelist_raw(input_file)
Saves the weight and edge lists as a data.frame object or a .csv file to disk.
Source of the raw input file. Must be in a .csv format
df <- sampleData1 prepNet <- edgelist_raw(df)
Run the code above in your browser using DataLab