import_apsim_out {metrica}R Documentation

import_apsim_out

Description

Function to import *.out files generated by APSIM Classic.

Usage

import_apsim_out(filepath)

Arguments

filepath

Argument to specify the location path to the *.out file.

Details

This function will generate a data frame object from an APSIM Classic *.out file.

Value

Element of class data.frame.

Note

Note: It imports one file at a time.

Examples


## See [documentation](https://adriancorrendo.github.io/metrica/index.html)


[Package metrica version 2.1.0 Index]