is_tailwindcss_installed {shiny.tailwind} | R Documentation |
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.
is_tailwindcss_installed(tailwindcss = NULL, verbose = FALSE)
tailwindcss |
name and path to the executable |
verbose |
report version number etc |
TRUE/FALSE if the CLI is installed
if (interactive() == TRUE) {
is_tailwindcss_installed()
}