R scripts to support working with the PyGETM model
You can install pygetmtools using the install_github function from the remotes or devtools packages. E.g. remotes::install_github("jorritmesman/pygetmtools"). After this, you can load it in R using library(pygetmtools).
Have a look at the example_script.R script for some examples on how to extract data from PyGETM output. Each function in pygetmtools has an associated help file that supports you in running the function. Access the help file by ?function_name.