View source: R/extract_squids.R
extract_squids | R Documentation |
This function simply looks for matches with
extract_squids(x)
x |
The character vector |
A character vector with SQUIDs
example <-
paste0(
"some prefix text ", 1:5, " ",
squids::squids(5),
" ", letters[1:5], " some suffix text"
);
squids::extract_squids(
example
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.