Skip to content

Latest commit

 

History

History
87 lines (52 loc) · 1.78 KB

README.md

File metadata and controls

87 lines (52 loc) · 1.78 KB

spada (Shiny Package for Data Analysis)

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 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")

Loading the package

library(spada)

Usage

if(interactive()){
  spada()
}

Screenshots

Data

Edit

Analysis

Options