Download project hermes
from the github repository.
Usage
download_hermes(dir = getwd())
Examples
if (FALSE) {
# Set path
path_hermes <- getwd()
# Download project
download_hermes(path_hermes)
# Create files object
files <- PersephoneFiles(prm = "test", dts = "test")
# Create model object
object <- create(files)
}