Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.