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:

Warning: Spada is in active development.

Installation

You can install the development version of spada from GitHub using the command below. This way you will get the same packages used in the Spada development.

install.packages("remotes")
remotes::install_github(
  "lgschuck/spada",
  dependencies = TRUE,
  repos = 'https://packagemanager.posit.co/cran/2024-12-10'
  )

For a specific release visit Releases and change the ref parameter bellow for the tag name:

remotes::install_github(
  "lgschuck/spada",
  dependencies = TRUE,
  repos = 'https://packagemanager.posit.co/cran/2024-12-10',
  ref = "2025.01.13-1"
  )

Loading the package

Usage

if(interactive()){
  spada()
}

Screenshots

Data

Edit

Analysis

Options