Application presentation

This book uses a series of applications as examples.

{hexmake}

hexmake is an application that has been designed to build hex logos. It was built by Colin, and it serves two main purposes: it helps the creation of a logo, but mainly it serves as an example of some complex features you can use inside a shiny application (image manipulation, custom CSS, linking to an external database, save and restore, etc.).

Figure 0.1 is a screenshot of this application.

The {hexmake} application.

FIGURE 0.1: The hexmake application.

The app is available at engineering-shiny.org/hexmake/.

The code is available at github.com/ColinFay/hexmake.

{tidytuesday201942}

tidytuesday201942 is an application using the dataset from week 42 of tidytuesday 2019. It was built by Colin, and it serves as an example of an app built from scratch using bootstrap 4.

Figure 0.2 is a screenshot of this application.

The {tidytuesday201942} application.

FIGURE 0.2: The tidytuesday201942 application.

The app is available at engineering-shiny.org/tidytuesday201942/.

The code is available at github.com/ColinFay/tidytuesday201942.

{minifying}

{minifying} is an application to minify CSS, JavaScript, HTML, and JSON files. It was built by Colin as a use case for the workflow of this book. You will find the details of how this app was constructed in the Appendix, “Use case: Building an App, from Start to Finish”.

Figure 0.3 is a screenshot of this application.

The {tidytuesday201942} application.

FIGURE 0.3: The tidytuesday201942 application.

The app is available at engineering-shiny.org/minifying/. The code is available at github.com/ColinFay/minifying.

Other applications


ThinkR Website