Skip to contents

Download project hermes from the github repository.

Usage

download_hermes(dir = getwd())

Arguments

dir

character. The parent directory inside which the project will be downloaded

Value

nothing. The project is downloaded in the specified directory.

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)
}