A common early step during data analysis is data harmonization: converting disparate datasets into a unified, consistent format, with consistent column names, classes, and values. The goal of ‘hrmn’ is to make this process as easy as it can be.
Installation
You can install the development version of hrmn from GitHub with:
# install.packages("remotes")
remotes::install_github("jonthegeek/hrmn")
Code of Conduct
Please note that the hrmn project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.