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

https://github.com/sciviews/svtidy

SciViews equivalent of dplyr and tidyr
https://github.com/sciviews/svtidy

data-manipulation tidy-data

Last synced: 5 months ago
JSON representation

SciViews equivalent of dplyr and tidyr

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%")
```

# 'SciViews::R' - Tidy Functions

[![R-CMD-check](https://github.com/SciViews/svTidy/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SciViews/svTidy/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/SciViews/svTidy/graph/badge.svg?token=1YyLPD4HkZ)](https://app.codecov.io/gh/SciViews/svTidy)
[![CRAN status](https://www.r-pkg.org/badges/version/svTidy)](https://CRAN.R-project.org/package=svTidy)
[![r-universe status](https://sciviews.r-universe.dev/badges/svTidy)](https://sciviews.r-universe.dev/svTidy)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

SciViews equivalent functions of 'dplyr' and 'tidyr', but faster and using a standard evaluation of arguments or formulas.

## Installation

You can install the development version of {svTidy} from [GitHub](https://github.com/) with:

```{r, eval=FALSE}
# install.packages("pak")
pak::pak("SciViews/svTidy")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(svTidy)
## basic example code
```

For further instructions, please, refer to the help pages at .

## Code of Conduct

Please note that the {svTidy} package is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.