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
- Host: GitHub
- URL: https://github.com/Harrison4192/autostats
- Owner: Harrison4192
- License: other
- Created: 2021-02-08T15:29:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T12:01:52.000Z (11 months ago)
- Last Synced: 2024-11-25T13:44:31.102Z (5 months ago)
- Language: R
- Homepage: https://harrison4192.github.io/autostats/
- Size: 29.8 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")
```