unnestListCol {ReactomeGraph4R}R Documentation

Unnest a column of lists in a dataframe

Description

Unnest a column of lists in a dataframe

Usage

unnestListCol(df, column = "properties")

Arguments

df

dataframe where a column to be unnested

column

specific column to be unnested

Value

an unnested dataframe for network visualization

Examples

# nodes <- unnestListCol(graph$nodes, "properties")

[Package ReactomeGraph4R version 1.2.0 Index]