get_cultivar {rapsimng} | R Documentation |
Get all cultivar parameters in a model
get_cultivar(l, alias = TRUE)
l |
The list of apsimx file |
alias |
Whether to export alias |
A data frame for all cultivar parameters
wheat <- read_apsimx(system.file("extdata/Wheat.json", package = "rapsimng"))
get_cultivar(wheat)
get_cultivar(wheat, alias = FALSE)