Package: wrangle
Type: Package
Title: A Systematic Data Wrangling Idiom
Version: 0.6.4
Author: Tim Bergsma
Maintainer: Tim Bergsma <bergsmat@gmail.com>
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
NeedsCompilation: no
Packaged: 2024-03-29 03:49:35 UTC; tim.bergsma
Repository: CRAN
Date/Publication: 2024-03-29 04:40:02 UTC
Built: R 4.6.0; ; 2025-08-20 05:21:19 UTC; unix
