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
- Host: GitHub
- URL: https://github.com/sciviews/svtidy
- Owner: SciViews
- License: other
- Created: 2025-08-27T07:14:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T22:05:01.000Z (5 months ago)
- Last Synced: 2026-01-15T04:29:54.224Z (5 months ago)
- Topics: data-manipulation, tidy-data
- Language: R
- Homepage: https://www.sciviews.org/svTidy/
- Size: 1.07 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.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%")
```
# 'SciViews::R' - Tidy Functions 
[](https://github.com/SciViews/svTidy/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/SciViews/svTidy)
[](https://CRAN.R-project.org/package=svTidy)
[](https://sciviews.r-universe.dev/svTidy)
[](https://opensource.org/licenses/MIT)
[](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.