fullEXAMPLE: fullExample

View source: R/fullEXAMPLE.R

fullEXAMPLER Documentation

fullExample

Description

Example for class of fullX functions. Can be used as template for a new function or for testing the basic functionality

Usage

fullEXAMPLE(
  rev = as.numeric_version("0"),
  dev = "",
  extra = "Example argument"
)

Arguments

rev

data revision which should be used/produced. Format must be compatible to numeric_version.

dev

development suffix to distinguish development versions for the same data revision. This can be useful to distinguish parallel lines of development.

extra

additional argument which - when changed - does not require a re-computation of the portable unaggegrated collection (puc) file. setConfig (e.g. for setting the mainfolder if not already set properly).

Author(s)

Jan Philipp Dietrich

See Also

readSource,getCalculations,calcOutput,setConfig

Examples

## Not run: 
retrieveData("example", rev = "2.1.2", dev = "test", regionmapping = "regionmappingH12.csv")

## End(Not run)


madrat documentation built on Aug. 23, 2023, 5:10 p.m.