https://github.com/Harrison4192/autostats
automatic calculations of statistics with tidy output
https://github.com/Harrison4192/autostats
Last synced: 3 months ago
JSON representation
automatic calculations of statistics with tidy output
- Host: GitHub
- URL: https://github.com/Harrison4192/autostats
- Owner: Harrison4192
- License: other
- Created: 2021-02-08T15:29:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T03:04:32.000Z (8 months ago)
- Last Synced: 2025-07-27T03:44:27.794Z (3 months ago)
- Language: R
- Homepage: https://harrison4192.github.io/autostats/
- Size: 30.4 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Harrison4192/autostats - automatic calculations of statistics with tidy output (R)
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")`
[](https://lifecycle.r-lib.org/articles/stages.html)
[](https://CRAN.R-project.org/package=autostats)
[](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")
```