unnest_nodes: Unnest a node data.frame

View source: R/unnest_them.R

unnest_nodesR Documentation

Unnest a node data.frame

Description

Unnest a node data.frame

Usage

unnest_nodes(nodes_tbl, what = c("all", "label", "properties"))

Arguments

nodes_tbl

the node table

what

what to unnest

Value

a new dataframe


neo4r documentation built on May 12, 2026, 5:07 p.m.

Related to unnest_nodes in neo4r...