R package containing Shiny App for outliers analysis.
# Installing repository from GitHub
devtools::install_github(repo="gfsarmanho/Outliers.App")
# Loading
library(Outliers.App)
# Running application
run_outliers_app()
You do not need to install directly MikTex or similar distributions in your computer in order save the reports in PDF format. Just install tinytex package:
install.packages('tinytex')
tinytex::install_tinytex()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.