powered by
Determine if we are running in a kitty terminal
is_kitty()
Returns TRUE if R is running in a kitty terminal and FALSE otherwise.
TRUE
FALSE
if (is_kitty()) { cat("Yeeh, you are running kitty!") }
Run the code above in your browser using DataLab