Description Usage Arguments Value Examples
This function will check if an input word is an article in the English language ('a', 'an', 'the').
1 | find_articles(word)
|
word |
Character vector of length 1 with word to check |
Logical vector of length one, TRUE
if the word is an article and FALSE
if not.
1 2 3 | find_articles("the")
find_articles("then")
find_articles("whatever")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.