stage_metab_model: Stage metabolism model outputs into individual metab_model...

View source: R/stage_metab_model.R

stage_metab_modelR Documentation

Stage metabolism model outputs into individual metab_model .RData files

Description

Parse a list of metab_outs into individual .RData files

Usage

stage_metab_model(title, metab_outs, folder = tempdir(),
  version = c("original", "modern"), verbose = FALSE)

Arguments

title

the title of the metab modeling run whose results are in metab_outs

metab_outs

a single metab_model or a list of metab_models from which to extract the metab_model objects

folder

a folder to place the file outputs in (defaults to temp directory)

version

character indicating whether this is the original verison of this metab_model or a modernized one

verbose

provide verbose output (currently not implemented)

Value

a character vector of file handles


USGS-R/mda.streams documentation built on June 3, 2023, 8:43 a.m.