Learn R Programming

shiny.tailwind (version 0.2.2)

is_tailwindcss_installed: 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)

Value

TRUE/FALSE if the CLI is installed

Arguments

tailwindcss

name and path to the executable

verbose

report version number etc

Examples

Run this code
if (interactive() == TRUE) {
  is_tailwindcss_installed()
}

Run the code above in your browser using DataLab