Exporting a KEGG graph into its components, nodes and edges, as tab-separated text files (having them represented as dataframes for max portability)
Examples
g <- create_kegg_graph(pathway_id = "hsa04110")
export_kegg_graph(g, basename = tempfile())
#> Exported graph components in /tmp/RtmpkwIYXN/file1f2866e8238c_nodes.tsv and /tmp/RtmpkwIYXN/file1f2866e8238c_edges.tsv