Description Usage Arguments Value Examples
A logical test of missing sentence ending punctuation.
1 | has_endmark(x, endmarks = c("?", ".", "!"), ...)
|
x |
A character vector. |
endmarks |
The potential ending punctuation marks, |
... |
ignored. |
Returns a logical vector.
1 2 3 4 5 6 7 8 9 | x <- c(
"I like it.",
"Et tu?",
"Not so much",
"Oh, I understand.",
"At 3 p.m., we go",
NA
)
has_endmark(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.