is_tailwindcss_installed {shiny.tailwind} | R Documentation |
Checks if 'TailwindCSS' CLI is installed
Description
To install the CLI of 'TailwindCSS', please follow the instructions of 'TailwindCSS' releases. Make sure that you either provide the direction to the executable as the first argument to this function or put it in a folder on your PATH variable.
Usage
is_tailwindcss_installed(tailwindcss = NULL, verbose = FALSE)
Arguments
tailwindcss |
name and path to the executable |
verbose |
report version number etc |
Value
TRUE/FALSE if the CLI is installed
Examples
if (interactive() == TRUE) {
is_tailwindcss_installed()
}
[Package shiny.tailwind version 0.2.2 Index]