Description Usage Arguments Value Examples
Replaces replace_incompletelete sentence end marks (.., ..., .?, ..?, en & em dash etc.)
with "|"
.
1 | replace_incomplete(x, replacement = "|", ...)
|
x |
The text variable. |
replacement |
A string to replace incomplete punctuation marks with. |
... |
ignored. |
Returns a text variable (character sting) with replace_incompletelete sentence
marks (.., ..., .?, ..?, en & em dash etc.) replaced with "|". If scan mode
is TRUE
returns a data frame with replace_incompletelete sentence location.
1 2 3 | x <- c("the...", "I.?", "you.", "threw..", "we?")
replace_incomplete(x)
replace_incomplete(x, '...')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.