This is package provides a technical backbone for tidy metadata approach to work with social surveys in R
devtools::install_github("muuankarski/tidymetadata")
For detailed examples, see:
- Package vignette for installation and standard use
Contributions are very welcome. You can, for instance:
- Use issue tracker to provide feedback and bug reports.
- Send pull requests
- Star us on the Github page
Kindly cite this work as follows:
citation('tidymetadata')
# #
# # Kindly cite the tidymetadata R package as follows:
# #
# #
# # Markus Kainu (2017). tidymetadata: Functions to Generate Tidy
# # Metadata from SPSS, Stata and SAS binary data files. R package
# # version 0.2.0.
# #
# # A BibTeX entry for LaTeX users is
# #
# # @Manual{,
# # title = {tidymetadata: Functions to Generate Tidy Metadata from SPSS, Stata and SAS binary data files},
# # author = {Markus Kainu},
# # year = {2017},
# # note = {R package version 0.2.0},
# # }