powered by
view an auxilliary XML apsim file.
view_apsim_xml(file, src.dir, viewer = c("json", "react"), ...)
It does not return an object but it produces a tree display of the APSIM file.
file ending in .xml to be viewed.
directory containing the .xml file to be viewed; defaults to the current working directory
either “json” or “react”.
additional arguments passed to either ‘jsonedit’ or ‘reactjson’.
view APSIM XML file
# \donttest{ extd.dir <- system.file("extdata", package = "apsimx") view_apsim_xml("Maize75.xml", src.dir = extd.dir) # }
Run the code above in your browser using DataLab