SASload: SAS load

Description Usage Arguments Details Author(s) See Also Examples

Description

Create SAS loading programs

Usage

1
2
3
SASload(cou = stop("'cou' must be specified"), isic = 4,
  sources = list(BGR = c("NSO", "SUT", "STD-SNA")), delete = FALSE,
  load.swn = TRUE, period = "2013-14", quiet = FALSE)

Arguments

cou

a 3-digit country ISO code character string.

isic

an integer to specify the version of STAN.

sources

a list naming the sources to load.

delete

a logical to delete data already existing in SWN.

load.swn

a logical to re-load data from SAS STAN libary into SWN.

period

a character string with the update period in file names.

quiet

a logical to return the created SAS program contents.

Details

Create or modify SAS loading programs for STAN based on a list of countries and sources.

Author(s)

OECD STAN

See Also

SASbatch, SASestim, SASpub

Examples

1
SASload(cou="BGR", sources=list(BGR = c('NSONA', 'SUT')))

bowerth/stan documentation built on May 13, 2019, 12:38 a.m.