The goal of autostats is to create a simple tidy interface for generating exploratory statistics.
You can Install the released version of autostats from CRAN with:
install.packages("autostats")
And the development version from GitHub with:
# install.packages("devtools")
::install_github("Harrison4192/autostats") devtools