NSO2XLS: NSO2XLS

Description Usage Arguments Details Author(s) See Also Examples

Description

Convert NSO data to XLS

Usage

1
2
3
4
NSO2XLS(data = NULL, cou = stop("'cou' must be specified"), sou = "NSO",
  cover = file.path(PATH.COUi4, cou, "Rawdata", paste0(cou, "_", sou,
  "_4SAS_template.xls")), file = file.path(PATH.COUi4, cou, "Rawdata",
  paste0("R_", cou, "_", sou, "_4SAS_2015-16.xls")))

Arguments

data

a dataframe object.

cou

a character string 3-digit ISO code specifying the country.

sou

a character string specifying the source.

cover

path to the template Excel workbook containing information about data units.

file

path to the output data file. Default needs to be modified with each update cycle.

Details

Convert dataframe for one source to XLS SAS input format.

Author(s)

OECD STAN

See Also

ANA2XLS

Examples

1
NSO2XLS(cou="ITA")

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