knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of GGIRshiny is to facilitate using the GGIR package with no requirement of R coding knowledge.
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")
This is a basic example on how to use the GGIRshiny application from RStudio:
library(GGIRshiny) GGIRshiny::run_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.