| getTrendGADSOld {eatGADS} | R Documentation |
Get data for trend reports.
Description
Support for linking error data bases has been removed from eatGADS.
getGADSold provides (for the time being) backwards compatibility, so linking errors can still be extracted automatically.
Usage
getTrendGADSOld(
filePath1,
filePath2,
lePath = NULL,
vSelect = NULL,
years,
fast = TRUE,
tempPath = tempdir()
)
Arguments
filePath1 |
Path of the first |
filePath2 |
Path of the second |
lePath |
Path of the linking error db file. If |
vSelect |
Variables from both GADS to be selected (as character vector). |
years |
A numeric vector of length 2. The first elements corresponds to |
fast |
Should |
tempPath |
The directory, in which both GADS will be temporarily stored. Using the default is heavily recommended. |
Details
See getGADS for the current functionality.
Value
Returns a GADSdat object.
Examples
# See getGADS vignette