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, iscsvfile = TRUE)
Source of the raw input file. Must be in a .csv format
Sets if the input_file is a csv file or a R data frame object
Saves the weight and edge lists as a data.frame object or a .csv file to disk.
# NOT RUN { df <- sampleData1 prepNet <- edgelist_raw(df, iscsvfile = FALSE) # }
Run the code above in your browser using DataLab