as.graphsjl: Julia Graphs.jl coercion helpers

View source: R/methods-ResIN.R

as.graphsjlR Documentation

Julia Graphs.jl coercion helpers

Description

Generic for exporting objects to a lightweight Graphs.jl-ready representation. For ResIN objects, this creates edge and node CSV tables suitable for loading with CSV.jl/DataFrames.jl, with integer vertex IDs for direct use in Graphs.jl.

Usage

as.graphsjl(x, ...)

Arguments

x

Object to coerce/export.

...

Passed to methods.


ResIN documentation built on March 2, 2026, 9:07 a.m.