Icons in a Shiny dropdown input

The function below generates a Shiny dropdown list including some icons.


library(shiny)

library(fontawesome)

library(htmltools)


selectInputWithIcons
Continue reading: Icons in a Shiny dropdown input


http://dlvr.it/T0zLjP

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut