Learn R Programming

isotracer (version 1.1.8)

as_tbl_graph: Generic for as_tbl_graph()

Description

Convert a compatible object to a tbl_graph object (from the tidygraph package)

Usage

as_tbl_graph(x, ...)

Value

A tbl_graph object.

Arguments

x

Object to convert to a tbl_graph.

...

Passed to the appropriate method.