Learn R Programming

dodgr (version 0.2.8)

dodgr_to_tidygraph: dodgr_to_tidygraph

Description

Convert a dodgr graph to an tidygraph.

Usage

dodgr_to_tidygraph(graph)

Arguments

graph

A dodgr graph

Value

The tidygraph equivalent of the input

Examples

Run this code
# NOT RUN {
graph <- weight_streetnet (hampi)
grapht <- dodgr_to_tidygraph (graph)
# }

Run the code above in your browser using DataLab