summary_ini: Summarize Ini

View source: R/iniTools.R

summary_iniR Documentation

Summarize Ini

Description

Summarize the contents of an ⁠ini⁠ file.

Usage

summary_ini(inifile, ...)

Arguments

inifile

⁠ini⁠ filename.

...

passed to read.MFCLIni.

Value

A data frame summarizing the contents of the ⁠ini⁠ file.

See Also

diffIniStepwise shows differences in the ⁠ini⁠ file between stepwise model runs.

read.MFCLIni reads an ⁠ini⁠ file.

Examples

inifile <- system.file("extdata/skj.ini", package="FLR4MFCL")
summary_ini(inifile)


robscott3/FLR4MFCL documentation built on April 9, 2024, 3:31 p.m.