gephi_read_edges_csv: Read edges

View source: R/read_tools.R

gephi_read_edges_csvR Documentation

Read edges

Description

This function reads in an edges csv file exported from gephi into igraph.

Usage

gephi_read_edges_csv(
  path,
  source = "Source",
  target = "Target",
  directed = TRUE
)

Arguments

path

The file where to read from e.g.: edges.csv or data/edges.csv

source

What column is the source, defaults to 'Source'.

target

What column is the target, defaults to 'Target'.

directed,

is the graph directed or not? defaults to TRUE.


RMHogervorst/gephi documentation built on July 9, 2022, 6:50 a.m.