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

https://github.com/Harrison4192/autostats

automatic calculations of statistics with tidy output
https://github.com/Harrison4192/autostats

Last synced: 4 months ago
JSON representation

automatic calculations of statistics with tidy output

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
library(badger)

knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# autostats

`r badger::badge_cran_download("autostats", "grand-total", "blue")`
`r badger::badge_code_size("Harrison4192/autostats")`
`r badger::badge_last_commit("Harrison4192/autostats")`

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN status](https://www.r-pkg.org/badges/version/autostats)](https://CRAN.R-project.org/package=autostats)
[![R-CMD-check](https://github.com/Harrison4192/autostats/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Harrison4192/autostats/actions)

The goal of autostats is to create a simple tidy interface for generating exploratory statistics.

## Installation

You can Install the released version of autostats from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("autostats")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("Harrison4192/autostats")
```