is_language | R Documentation |
x
a language?Use is_language()
to determine if an object has a class of
"tree_sitter_language"
.
is_language(x)
x |
An object. |
TRUE
if x
is a "tree_sitter_language"
.
FALSE
otherwise.
language <- treesitter.r::language()
is_language(language)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.