Package: mutagen 0.2.0

mutagen: Extensions to dplyr's mutate
Extensions to dplyr's mutate.
Authors:
mutagen_0.2.0.tar.gz
mutagen_0.2.0.zip(r-4.6)mutagen_0.2.0.zip(r-4.5)mutagen_0.2.0.zip(r-4.4)
mutagen_0.2.0.tgz(r-4.5-any)mutagen_0.2.0.tgz(r-4.4-any)
mutagen_0.2.0.tar.gz(r-4.6-any)mutagen_0.2.0.tar.gz(r-4.5-any)
mutagen_0.2.0.tgz(r-4.5-emscripten)
mutagen.pdf |mutagen.html✨
mutagen/json (API)
NEWS
| # Install 'mutagen' in R: |
| install.packages('mutagen', repos = c('https://community.r-multiverse.org', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gvelasq/mutagen/issues
Pkgdown/docs site:https://gvelasq.github.io
Last updated from:5311fdf164 (on v0.2.0). Checks:7 NOTE, 2 OK. Indexed: no.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | NOTE | 128 | |
| source / vignettes | OK | 276 | |
| linux-release-x86_64 | NOTE | 121 | |
| macos-release-arm64 | NOTE | 116 | |
| macos-oldrel-arm64 | NOTE | 124 | |
| windows-devel | NOTE | 68 | |
| windows-release | NOTE | 76 | |
| windows-oldrel | NOTE | 81 | |
| wasm-release | OK | 109 |
Exports:gen_na_listcolgen_percentgen_rowanygen_rowcountgen_rowfirstgen_rowlastgen_rowmaxgen_rowmeangen_rowmediangen_rowmingen_rowmissgen_rownth
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Generate list or list-column with NULLs replaced with NAs | gen_na_listcol |
| Generate column percent | gen_percent |
| Generate rowwise match of a set of values | gen_rowany |
| Generate rowwise count of columns matching a set of values | gen_rowcount |
| Generate rowwise first nonmissing value | gen_rowfirst |
| Generate rowwise last nonmissing value | gen_rowlast |
| Generate rowwise maximum value | gen_rowmax |
| Generate rowwise mean | gen_rowmean |
| Generate rowwise median | gen_rowmedian |
| Generate rowwise minimum value | gen_rowmin |
| Generate rowwise count of missing values | gen_rowmiss |
| Generate rowwise nth nonmissing value | gen_rownth |
