getNodeAttributes | R Documentation |
Get the attributes of a node
getNodeAttributes(g, nameNode, layerByName = FALSE)
g |
The input graph |
nameNode |
The name of the node |
layerByName |
A boolean to specify whether to export the layers by name or by ID |
A dataframe containing the attributes of the specified node
g=mully::demo() getNodeAttributes(g,layerByName = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.