Description Usage Arguments Value
This is a function shamelessly pirated from the internet. It accepts a txt string, and br, which says the types of brackets to search within.
1 | bracketXtract(txt, br = c("(", "[", "{", "<", "all"), with = FALSE)
|
txt |
The text string |
br |
The type of bracket. Accepts \(, \[, {, or "all" |
with |
Normally set to F, if T then brackets will be included with the return text. |
This function returns all text found within brackets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.