Description Usage Arguments Value
View source: R/BasicFunctions.R
Function extracting string between two specific characters, minor customization of this one http://www.r-bloggers.com/how-to-extract-a-string-between-2-characters-in-r-and-sas/
1 | getstr(mystring, initial.character = "_", final.character = "_")
|
mystring |
Character vector to extract from. |
initial.character |
Character determining the starting point of extractions |
final.character |
Character determining the end point of extractions |
snippet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.