Skip to contents

A function in the metab_model_interface. Returns any user-supplied metadata.

Usage

get_info(metab_model)

# S3 method for class 'metab_model'
get_info(metab_model)

Arguments

metab_model

A metabolism model that implements the metab_model_interface.

Value

The user-supplied metadata in the original format.

Methods (by class)

  • get_info(metab_model): This implementation is shared by many model types

Examples

get_info(metab_model(info = list(site = "Example stream")))
#> $site
#> [1] "Example stream"
#>