disable_models: Disable models in apsimx

View source: R/modify.R

disable_modelsR Documentation

Disable models in apsimx

Description

Disable models in apsimx

Usage

disable_models(l, paths)

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

Value

The modified list with new value

Examples

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

rapsimng documentation built on May 6, 2026, 5:06 p.m.