Author: Juan Cruz Rodriguez - github - LinkedIn
View the table - code gist
EmojiSweeper, remember MineSweeper? He's back! In {DT}
form.
Windows XP's MineSweeper game recreated in less than 200 lines of code with help of the {DT}
and {shiny}
R packages.
Code fully commented at R's EmojiSweeper ๐ฃ๐ฅ ยท GitHub
Locally run the app by typing the following in an R console:
install.packages(c("dplyr", "DT", "emojifont", "shiny", "tidyr"))
shiny::runGist("https://gist.github.com/jcrodriguez1989/c5f080b918eb97d17f5edcdc6f26f56e")