knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

GGIRshiny

Lifecycle: experimental

The goal of GGIRshiny is to facilitate using the GGIR package with no requirement of R coding knowledge.

Installation

You can install the released version of GGIRshiny from CRAN with:

install.packages("GGIRshiny")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("jhmigueles/GGIRshiny")

Example

This is a basic example on how to use the GGIRshiny application from RStudio:

library(GGIRshiny)
GGIRshiny::run_app()


jhmigueles/GGIRshiny documentation built on March 25, 2022, 7:12 p.m.