Package: psHarmonize Title: Creates a Harmonized Dataset Based on a Set of Instructions Version: 0.3.6 Authors@R: c(person(given = "John", family = "Stephen", role = c("aut", "cre"), email = "John.Stephen@northwestern.edu", comment = c(ORCID = "0000-0001-7309-9193")), person(given = "Maxwell", family = "Mansolf", role = "ctb", email = "maxwell.mansolf@northwestern.edu", comment = c(ORCID = "0000-0001-6861-8657"))) Description: Functions which facilitate harmonization of data from multiple different datasets. Data harmonization involves taking data sources with differing values, creating coding instructions to create a harmonized set of values, then making those data modifications. 'psHarmonize' will assist with data modification once the harmonization instructions are written. Coding instructions are written by the user to create a "harmonization sheet". This sheet catalogs variable names, domains (e.g. clinical, behavioral, outcomes), provides R code instructions for mapping or conversion of data, specifies the variable name in the harmonized data set, and tracks notes. The package will then harmonize the source datasets according to the harmonization sheet to create a harmonized dataset. Once harmonization is finished, the package also has functions that will create descriptive statistics using 'RMarkdown'. Data Harmonization guidelines have been described by Fortier I, Raina P, Van den Heuvel ER, et al. (2017) . Additional details of our R package have been described by Stephen JJ, Carolan P, Krefman AE, et al. (2024) . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: dplyr, glue, magrittr, purrr, RColorBrewer, rlang, rmarkdown, stringr, tidyr Suggests: testthat (>= 3.0.0), knitr VignetteBuilder: knitr Depends: R (>= 2.10) Config/testthat/edition: 3 URL: https://github.com/NUDACC/psHarmonize BugReports: https://github.com/NUDACC/psHarmonize/issues Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://nudacc.r-universe.dev Date/Publication: 2025-10-16 21:04:08 UTC RemoteUrl: https://github.com/nudacc/psharmonize RemoteRef: HEAD RemoteSha: cb87f737587196af67b45df5184790f6709c30ef NeedsCompilation: no Packaged: 2026-07-13 07:53:28 UTC; root Author: John Stephen [aut, cre] (ORCID: ), Maxwell Mansolf [ctb] (ORCID: ) Maintainer: John Stephen