find_articles: Helper to find articles

Description Usage Arguments Value Examples

View source: R/utils.R

Description

This function will check if an input word is an article in the English language ('a', 'an', 'the').

Usage

1

Arguments

word

Character vector of length 1 with word to check

Value

Logical vector of length one, TRUE if the word is an article and FALSE if not.

Examples

1
2
3
find_articles("the")
find_articles("then")
find_articles("whatever")

acroname documentation built on Jan. 25, 2021, 9:06 a.m.