unnestListCol {ReactomeGraph4R} | 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")