Learn R Programming

eatGADS (version 1.1.1)

getTrendGADSOld: 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()
)

Value

Returns a GADSdat object.

Arguments

filePath1

Path of the first eatGADS db file.

filePath2

Path of the second eatGADS db file.

lePath

Path of the linking error db file. If NULL, no linking errors are added to the data.

vSelect

Variables from both GADS to be selected (as character vector).

years

A numeric vector of length 2. The first elements corresponds to filePath1, the second element to filePath2.

fast

Should getGADS_fast be used for data loading instead of getGADS? Using the default is heavily recommended.

tempPath

The directory, in which both GADS will be temporarily stored. Using the default is heavily recommended.

Details

See getGADS for the current functionality.

Examples

Run this code
# See getGADS vignette


Run the code above in your browser using DataLab