Package: dedupewider 0.1.0

dedupewider: Deduplication Across Multiple Columns

Duplicated data can exist in different rows and columns and user may need to treat observations (rows) connected by duplicated data as one observation, e.g. companies can belong to one family (and thus: be one company) by sharing some telephone numbers. This package allows to find connected rows based on data on chosen columns and collapse it into one row.

Authors:Grzegorz Smoliński [aut, cre]

dedupewider_0.1.0.tar.gz
dedupewider_0.1.0.zip(r-4.5)dedupewider_0.1.0.zip(r-4.4)dedupewider_0.1.0.zip(r-4.3)
dedupewider_0.1.0.tgz(r-4.4-any)dedupewider_0.1.0.tgz(r-4.3-any)
dedupewider_0.1.0.tar.gz(r-4.5-noble)dedupewider_0.1.0.tar.gz(r-4.4-noble)
dedupewider_0.1.0.tgz(r-4.4-emscripten)dedupewider_0.1.0.tgz(r-4.3-emscripten)
dedupewider.pdf |dedupewider.html
dedupewider/json (API)
NEWS

# Install 'dedupewider' in R:
install.packages('dedupewider', repos = c('https://gsmolinski.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/gsmolinski/dedupewider/issues

On CRAN:

4.30 score 4 stars 5 scripts 310 downloads 2 exports 1 dependencies

Last updated 3 years agofrom:9f43113834. Checks:OK: 5 NOTE: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 20 2024
R-4.5-winNOTENov 20 2024
R-4.5-linuxNOTENov 20 2024
R-4.4-winOKNov 20 2024
R-4.4-macOKNov 20 2024
R-4.3-winOKNov 20 2024
R-4.3-macOKNov 20 2024

Exports:dedupe_widena_move

Dependencies:data.table

Usage and Algorithm Explained

Rendered fromusage-and-algorithm-explained.Rmdusingknitr::rmarkdownon Nov 20 2024.

Last update: 2021-10-23
Started: 2021-06-25