Learn R Programming

isotracer (version 1.1.8)

tidy_data: Extract data from a networkModel object into a tidy tibble.

Description

Extract data from a networkModel object into a tidy tibble.

Usage

tidy_data(x)

Value

A tibble (note: row ordering is not the same as in the input).

Arguments

x

A networkModel object.

Examples

Run this code
tidy_data(aquarium_mod)
tidy_data(trini_mod)

Run the code above in your browser using DataLab