Skip to content

Tutuchan/shinyflags

Repository files navigation

shinyflags

Easily include country flags in your Shiny application.

Installation

shinyflags is not on CRAN yet, you can install it with devtools

devtools::install_github("tutuchan/shinyflags")

Usage

# create the HTML code
flag("FR")

# list all flags
flags_list()

You can run the example demo with:

shiny::runApp(system.file("example.R", package = "shinyflags"))

Acknowledgments

Flags SVG come from the flag-icon-css collection distributed by Panayiotis Lipiridis, many thanks to him.

About

Add country flags to your Shiny applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages