The goal of spada is to provide visual tools for Data Analysis in a Shiny App.
This package is inspired in many other tools like:
-
IBM SPSS Statistics (https://www.ibm.com/products/spss-statistics)
-
R Commander package (https://cran.r-project.org/web/packages/Rcmdr/index.html)
-
Jamovi (https://www.jamovi.org/)
-
ydata profiling (https://docs.profiling.ydata.ai/latest/)
Warning: Spada is in active development.
You can install the development version of spada from GitHub with:
# install.packages("devtools")
devtools::install_github("lgschuck/spada")
For a specific release visit Releases and change the ref parameter bellow for the tag name:
devtools::install_github("lgschuck/spada", ref = "2025.01.13-1")
library(spada)
if(interactive()){
spada()
}