Package: ProduceR 1.2


Vincent Reduron
ProduceR: Concise and Efficient Tools for Everyday Statistical Production
A set of concise and efficient tools for statistical production. Can also be used for data management. In statistical production, you deal with complex data and need to control your process at each step of your work. Concise functions are very helpful, because you do not hesitate to use them. The following functions are included in the package. 'dup' checks duplicates. 'miss' checks missing values. 'tac' computes contingency table of all columns. 'toc' compares two tables, spotting significant deviations. 'chi2_find' compares columns within a data.frame, spotting related categories of (a more complex function).
Authors:
ProduceR_1.2.tar.gz
ProduceR_1.2.tar.gz(r-4.7-any)ProduceR_1.2.tar.gz(r-4.6-any)
ProduceR_1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ProduceR/json (API)
NEWS
| # Install 'ProduceR' in R: |
| install.packages('ProduceR', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- base_eu_2024 - Base_eu_2024
- base_eu_2025 - Base_eu_2025
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:8f1d50b793. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 143 | ||
| source / vignettes | OK | 153 | ||
| linux-release-x86_64 | OK | 109 | ||
| wasm-release | OK | 99 |
Exports:%+%chi2_findcoltypesdupget_recursion_depthis.Dateis.POSIXctis.POSIXltis.POSIXtmisstactoctoc_score
Dependencies:clidplyrgenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| short for `paste0()` | %+% |
| base_eu_2024 | base_eu_2024 |
| base_eu_2025 | base_eu_2025 |
| Find modalities related to a criterion | chi2_find |
| coltypes() | coltypes |
| Analysis of the cardinality of a key/identifier in a table | dup |
| get_recursion_depth | get_recursion_depth |
| Contingency table for column `col_name` in data.frame `df` | get_tac_column |
| is.Date | is.Date |
| is.POSIXct | is.POSIXct |
| is.POSIXlt | is.POSIXlt |
| is.POSIXt | is.POSIXt |
| Missing: Generate a synthetic table of missing values for all columns of a data.frame | miss |
| Computes a contingency table (tac) of all columns in a dataframe for control purposes | tac |
| TAC-based Outlier Control (TOC) | toc |
| Scoring significativity of difference between two values x and y | toc_score |