montagu_touchstone_versions: Retrieve list of all versions of a given touchstone.

Description Usage Arguments Value

View source: R/responsibilities.R

Description

Touchstones are versioned; errata in the input or coverage data may be addressed with a new version of the existing touchstone. When interacting with Montagu, a touchstone_id will consist of a basename, and a version.

Usage

1
2
montagu_touchstone_versions(modelling_group_id = NULL,
  touchstone_name = NULL, require_open = FALSE, location = NULL)

Arguments

modelling_group_id

id of the modelling group. If omitted or null, then all touchstones are returned.

touchstone_name

Optional base name of the touchstone to filter. (ie, no version suffix)

require_open

If true, include only open touchstones

location

The montagu server to connect to.

Value

Data frame of touchstone id, name, version, description and status


vimc/montagu-r documentation built on Oct. 10, 2019, 9:10 p.m.