merge_eusilc: Merge eu-silc personal level cross-sectional raw .csv...

Description Usage Arguments Value Author(s) Examples

View source: R/merge_eusilc.R

Description

Merge eu-silc personal level cross-sectional raw .csv datasets, personal_register and personal_data

Usage

1
2
3
4
5
6
merge_eusilc(path.personal.register, path.personal.data,
  path.household.register, path.household.data, level, output.path,
  output.filename = "default", format, subset.vars.per.reg = "all",
  subset.vars.per.data = "all", subset.vars.hh.reg = "all",
  subset.vars.hh.data = "all", subset.countries = "all",
  return.object = TRUE)

Arguments

path.personal.register

A string. Specify the path to original personal register .csv file.

path.personal.data

A string. Specify the path to original personal data .csv file.

path.household.register

A string. Specify the path to original household register .csv file.

path.household.data

A string. Specify the path to original household data .csv file.

level

A string. Specify the whether to merge "personal", "household" or "both" level datas. Both stands for merging all the four datas at personal level

output.path

A string. Specify the path where to save the merged file. value="not_save" does not save the merged file

output.filename

A string. Specify filename for the merged file. A file extension according to format will be added.

format

A string. Specify the output format for merged data. values="csv","RData","SPSS","SAS" or "Stata"

subset.countries

A string. Specify subset of countries. In c("FI","SE") format. "all" includes all the countries.

return.object

A logical. Whether function should return merged data.frame into environment.

subset.vars.per.reg.

A string. Specify subset of variables from personal register file. "all" includes all the variables.

subset.vars.per.data.

A string. Specify subset of variables from personal data file. "all" includes all the variables.

subset.vars.hh.reg.

A string. Specify subset of variables from household register file. "all" includes all the variables.

subset.vars.hh.data.

A string. Specify subset of variables from household data file. "all" includes all the variables.

Value

data.frame

Author(s)

Markus Kainu <markuskainu(at)gmail.com>

Examples

1
# 

muuankarski/r.eusilc documentation built on May 23, 2019, 10:53 a.m.