Description Usage Arguments Value Author(s) Examples
Reads the daily water balance output file ("watbalday.dat").
1 | readwatbalday(filename = "watbalday.dat")
|
filename |
Default name of the daily water balance output file. |
Returns a dataframe.
Rémi Vezy
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Simple as this:
mywatbalresult <- readwatbal()
# If you want to select the water balance file with a menu:
readwatbalday(file.choose())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.