Learn R Programming

rapsimng (version 0.4.4)

get_metfile: Get the met file name for an experiment

Description

Get the met file name for an experiment

Usage

get_metfile(l, is_stop = TRUE)

Value

The met file name in a experiment

Arguments

l

A list or apsimxNode red by read_apsimx

is_stop

Whether stop the function when error

Examples

Run this code
wheat <- read_apsimx(system.file("extdata/wheat.apsimx", package = "rapsimng"))
exp <- search_path(wheat, path = "[Experiment]")
get_metfile(exp)

Run the code above in your browser using DataLab