Skip to content

muuankarski/r.eusilc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r.eusilc - R-package for merging eu-silc cross-sectional and longitudinal raw .csv datasets

This package provides functions for merging raw .csv-files into single household/personal level datafile.

Installation

This package is not in CRAN and you can only install it through github.

For that you need [devtools](https://cran.r-project.org/web/packages/devtools/index.html)-package that you can install from CRAN with install.packages("devtools").

Once installed you can install r.eusilc with following code:

library(devtools)
install_github("muuankarski/r.eusilc")

Get the documentation by running

library(r.eusilc)
?merge_eusilc

Examples

See package vignette at muuankarski.github.io/r.eusilc/vignettes/r.eusilc_tutorial.html

Licensing and Citations

This work can be freely used, modified and distributed under the open license specified in the DESCRIPTION file.

Kindly cite the work as follows

citation("r.eusilc")

To cite package ‘r.eusilc’ in publications use:

  Markus Kainu (2014). r.eusilc: Merge eu-silc cross-sectional and longitudinal raw .csv datasets. R package version 0.3.0.
  https://github.com/muuankarski/r.eusilc

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {r.eusilc: Merge eu-silc cross-sectional and longitudinal raw .csv datasets},
    author = {Markus Kainu},
    year = {2014},
    note = {R package version 0.3.0},
    url = {https://github.com/muuankarski/r.eusilc},
  }

ATTENTION: This citation information has been auto-generated from the package DESCRIPTION file and may need manual editing, see ‘help("citation")’.

About

R-package for merging eu-silc cross-sectional and longitudinal raw .csv datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages