is_kitty | R Documentation |
Determine if we are running in a kitty terminal
is_kitty()
Returns TRUE
if R is running in a kitty terminal
and FALSE
otherwise.
if (is_kitty()) {
cat("Yeeh, you are running kitty!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.