Package: groupr 0.1.2
groupr: Groups with Inapplicable Values
The 'groupr' package provides a more powerful version of grouped tibbles from 'dplyr'. It allows groups to be marked inapplicable, which is a simple but widely useful way to express structure in a dataset. It also provides powerful pivoting and other group manipulation functions.
Authors:
groupr_0.1.2.tar.gz
groupr_0.1.2.zip(r-4.5)groupr_0.1.2.zip(r-4.4)groupr_0.1.2.zip(r-4.3)
groupr_0.1.2.tgz(r-4.4-any)groupr_0.1.2.tgz(r-4.3-any)
groupr_0.1.2.tar.gz(r-4.5-noble)groupr_0.1.2.tar.gz(r-4.4-noble)
groupr_0.1.2.tgz(r-4.4-emscripten)groupr_0.1.2.tgz(r-4.3-emscripten)
groupr.pdf |groupr.html✨
groupr/json (API)
NEWS
# Install 'groupr' in R: |
install.packages('groupr', repos = c('https://ngriffiths21.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ngriffiths21/groupr/issues
Last updated 2 years agofrom:812b265b96. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win | OK | Nov 03 2024 |
R-4.5-linux | OK | Nov 03 2024 |
R-4.4-win | OK | Nov 03 2024 |
R-4.4-mac | OK | Nov 03 2024 |
R-4.3-win | OK | Nov 03 2024 |
R-4.3-mac | OK | Nov 03 2024 |
Exports:colgrpgroup_by2infer_colgrpspivot_grpssep_colgrp
Dependencies:clicpp11dplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Make a Single Column Grouping | colgrp |
Group a Tibble With Inapplicable Groups | group_by2 |
Set Column Grouping for a Structured Data Frame | infer_colgrps |
Pivot with Inapplicable Groups | pivot_grps |
Separate Columns By a Character | sep_colgrp |
Ungroup a Tibble With Inapplicable Groups | ungroup.igrouped_df |