View source: R/getTrendGADSOld.R
getTrendGADSOld | R Documentation |
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.
getTrendGADSOld(
filePath1,
filePath2,
lePath = NULL,
vSelect = NULL,
years,
fast = TRUE,
tempPath = tempdir()
)
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. |
See getGADS
for the current functionality.
Returns a GADSdat
object.
# See getGADS vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.