knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

This post is not an attempt to explain in detail how to build a Shiny application, rather it is to show a few interesting things that one can build using Shiny in conjuction with the rRofex library.

I hope that this serves as a starting point and an insipiration for others to build their own solutions.

The applicaction

The full application can be run either locally using a Gist from GitHub or one can access the online version:

shiny::runGist(gist = "https://gist.github.com/augustohassel/4eea614f80a8bbc548b2b4c3c5edd7c3")