Learn R Programming

discourseGT (version 1.2.0)

edgelist_raw: Process raw order lists from two column format to edge lists

Description

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.

Usage

edgelist_raw(input_file)

Value

Saves the weight and edge lists as a data.frame object or a .csv file to disk.

Arguments

input_file

Source of the raw input file. Must be in a .csv format

Examples

Run this code
df <- sampleData1
prepNet <- edgelist_raw(df)

Run the code above in your browser using DataLab