zip_statefiles: Create zipfiles from COSERO statevarfiles for use in...

View source: R/zip_statefiles.r

zip_statefilesR Documentation

Create zipfiles from COSERO statevarfiles for use in Delft-FEWS

Description

Create zipfiles from a set of statevarfiles to be used in Delft-FEWS.

Usage

zip_statefiles(
  wd,
  selection = "all",
  prefix = "COSERO_",
  postfix = "_Update Default"
)

Arguments

wd

Character string. Working directory

selection

chracter string. Either "all" or a vector of directories within wd that will be processed.

prefix

character string. Prefix for the name of the zipfile

postfix

chracter string. Postfix for the name of the zipfile

Details

The zipfiles are named according to the folder they are located in combined with a prefix and a postfix. The standard filename then will be "COSERO_Alz_Update Default.zip", for instance.

Value

Zipfiles are written to the harddisk.

Author(s)

Simon Frey


freysimon/TigR documentation built on April 20, 2024, 9:28 p.m.