# \donttest{
node_file <- system.file("extdata", "IL17.nodes.csv", package = "Rato")
edge_file <- system.file("extdata", "IL17.edges.csv", package = "Rato")
M <- graph.from.csv(node_file, edge_file)
# }
Run the code above in your browser using DataLab