.cutAtSearch | R Documentation |
This function extracts/cuts text-fragments out of txt
following specific anchors defined by arguments cutFrom
and cutTo
.
.cutAtSearch(
x,
searchChar,
after = TRUE,
silent = TRUE,
debug = FALSE,
callFrom = NULL
)
x |
character vector to be treated |
searchChar |
(character) text to look for |
after |
(logical) |
silent |
(logical) suppress messages |
debug |
(logical) additional messages for debugging |
callFrom |
(character) allow easier tracking of messages produced |
This function returns a modified character vector
grep
.cutAtSearch("abcdefg","de")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.