Skip to content

SciViews/svTidy

Repository files navigation

‘SciViews::R’ - Tidy Functions

R-CMD-check codecov CRAN status r-universe status License: MIT Lifecycle: 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 with:

# install.packages("pak")
pak::pak("SciViews/svTidy")

Example

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

library(svTidy)
#> Registered S3 method overwritten by 'svTidy':
#>   method           from  
#>   print.grouped_df svBase
## basic example code

For further instructions, please, refer to the help pages at https://www.sciviews.org/svTidy/.

Code of Conduct

Please note that the {svTidy} package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

SciViews equivalent of dplyr and tidyr

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published