chooseCollection: .chooseCollection

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Function to interactively choose a name for a data collection in the validataion database

Usage

1
.chooseCollection(collections=NULL)

Arguments

collections

a vector of strings indicating possible names for the collection to be chosen.

Details

The function checks if one or several of the specified collections already exist. If there are ambiguities or none of the collections exist, the user can determine a name interactively.

Value

A string with the chosen collection name.

Author(s)

Markus Bonsch

See Also

validationPlot,getData,.loadData,addData,add_aggrType,show_aggrTypes,.chooseIdentifier,addMapping

Examples

1
2
3
  ## Not run: test<-.chooseCollection()
  test2<-.chooseCollection(collections=c("pastureland","forestland","test"))
## End(Not run)

pik-piam/validation documentation built on Nov. 5, 2019, 12:50 a.m.