view_apsim_xml {apsimx} | R Documentation |
View an APSIM Classic auxiliary (XML) file
Description
view an auxilliary XML apsim file.
Usage
view_apsim_xml(file, src.dir, viewer = c("json", "react"), ...)
Arguments
file |
file ending in .xml to be viewed. |
src.dir |
directory containing the .xml file to be viewed; defaults to the current working directory |
viewer |
either “json” or “react”. |
... |
additional arguments passed to either ‘jsonedit’ or ‘reactjson’. |
Details
view APSIM XML file
Value
It does not return an object but it produces a tree display of the APSIM file.
Examples
extd.dir <- system.file("extdata", package = "apsimx")
view_apsim_xml("Maize75.xml", src.dir = extd.dir)
[Package apsimx version 2.7.7 Index]