unnestListCol | R Documentation |
Unnest a column of lists in a dataframe
unnestListCol(df, column = "properties")
df |
dataframe where a column to be unnested |
column |
specific column to be unnested |
an unnested dataframe for network visualization
# nodes <- unnestListCol(graph$nodes, "properties")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.