A Shiny-based R package supporting XLSX files merging and providing basic data manipulation abilities. This Shiny application is based on userful functions from R packages openxlsx, readxl, skimr, and tidyverse ecosystem R packages (dplyr, tidyr, lubridate, etc.). EasyMergeR is built using the golem framework.
devtools::install_git("https://github.com/ai4kids/EasyMergeR")
# local installation
devtools::install_local(**path_to_your_file**)
library(EasyMergeR)
EasyMergeR::run_app()