downloadProjectZip: Download a zipped StoX project to a specified project path.

Description Usage Arguments

Description

Download a zipped StoX project to a specified project path.

Usage

1
2
downloadProjectZip(URL, projectName = NULL, projectRoot = NULL,
  cleanup = TRUE, ow = TRUE, msg = TRUE, onlyone = TRUE)

Arguments

URL

The URL of the zipped project.

projectName

The name or full path of the project, a baseline object (as returned from getBaseline or runBaseline, og a project object (as returned from openProject).

projectRoot

The root directory of the project in which to save the downloaded files (set this if you wish to place the files in a project specified by its name, and not in the default root directory).

cleanup

Logical: if FALSE, the downloaded zip file is not deleted.

ow, msg

See getow.

onlyone

Logical: If TRUE, only one project is checked (no for loop).


Sea2Data/Rstox documentation built on May 14, 2019, 8:58 a.m.