fullEXAMPLE {madrat} | R 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
|
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.
|
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)
[Package madrat version 3.6.4 Index]