Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gvelasq/mutagen
Extensions to mutate
https://github.com/gvelasq/mutagen
dplyr mutate r r-package rstats
Last synced: 3 months ago
JSON representation
Extensions to mutate
- Host: GitHub
- URL: https://github.com/gvelasq/mutagen
- Owner: gvelasq
- License: other
- Created: 2019-12-07T07:30:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T18:20:38.000Z (over 1 year ago)
- Last Synced: 2024-05-21T00:52:11.236Z (6 months ago)
- Topics: dplyr, mutate, r, r-package, rstats
- Language: R
- Homepage: https://gvelasq.github.io/mutagen
- Size: 342 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# mutagen
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/mutagen)](https://CRAN.R-project.org/package=mutagen)
[![Codecov test coverage](https://codecov.io/gh/gvelasq/mutagen/branch/master/graph/badge.svg)](https://codecov.io/gh/gvelasq/mutagen?branch=master)The goal of mutagen is to provide extensions to dplyr's `mutate()`.
## Installation
You can install the development version of mutagen from [GitHub](https://github.com) with:
``` r
# install.packages("devtools")
devtools::install_github("gvelasq/mutagen")
```Please note that the mutagen project is released with a [Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.