.session_to_caugi: Convert a graph session to a caugi S7 object
Description
Convert a graph pointer from Rust to a caugi to a
S7 object.
Usage
.session_to_caugi(session, node_names = NULL)
Value
A caugi object representing the graph.
Arguments
- session
A pointer to the underlying Rust GraphSession.
- node_names
Optional character vector of node names. If NULL
(default), node names will be taken from the session.