From 508f5d3c2ad93186560683f1ae531e54c5799664 Mon Sep 17 00:00:00 2001 From: David Granjon Date: Thu, 28 Jul 2022 13:10:54 +0200 Subject: [PATCH] Added book cover from CRC --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4c9b0c1..c7dfee7 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # Outstanding User Interfaces with Shiny +![https://www.routledge.com/Outstanding-User-Interfaces-with-Shiny/Granjon/p/book/9780367645267](https://user-images.githubusercontent.com/18291543/181491295-1a5b498c-e7ee-428c-a1af-c3ee22e35ef5.jpg) + This book comes with a standalone companion package. ```r remotes::install_github("DivadNojnarg/OSUICode") ``` + By doing `library(OSUICode)`, you may access to all functions which will ease the code exploration in each chapter.