Learn R Programming

rapsimng (version 0.4.4)

disable_models: Disable models in apsimx

Description

Disable models in apsimx

Usage

disable_models(l, paths)

Value

The modified list with new value

Arguments

l

the list of apsimx file

paths

If numeric, the path returned by search_path or search_node. If character, the path supported by apsimx

Examples

Run this code
wheat <- read_apsimx(system.file("extdata/Wheat.json", package = "rapsimng"))
a <- disable_models(wheat, '[Wheat].Phenology.ThermalTime')

Run the code above in your browser using DataLab