Package: wrangle Type: Package Title: A Systematic Data Wrangling Idiom Version: 0.6.4 Author: Tim Bergsma Maintainer: Tim Bergsma Description: Supports systematic scrutiny, modification, and integration of data. The function status() counts rows that have missing values in grouping columns (returned by na() ), have non-unique combinations of grouping columns (returned by dup() ), and that are not locally sorted (returned by unsorted() ). Functions enumerate() and itemize() give sorted unique combinations of columns, with or without occurrence counts, respectively. Function ignore() drops columns in x that are present in y, and informative() drops columns in x that are entirely NA; constant() returns values that are constant, given a key. Data that have defined unique combinations of grouping values behave more predictably during merge operations. License: GPL-3 BugReports: https://github.com/bergsmat/wrangle/issues Imports: dplyr (>= 1.0.2), tidyr, magrittr, rlang RoxygenNote: 7.2.3 Config/pak/sysreqs: libicu-dev Repository: https://bergsmat.r-universe.dev Date/Publication: 2024-10-25 21:50:26 UTC RemoteUrl: https://github.com/bergsmat/wrangle RemoteRef: HEAD RemoteSha: de24e5b3c562cf2ce494d69a4e631154c2391c0d NeedsCompilation: no Packaged: 2026-06-07 07:03:05 UTC; root