betweenQuotes {admisc} | R Documentation |
Extract information between quotes in a string
Description
Functions to extract the between the (escaped) quotes, in a string.
Usage
betweenQuotes(x)
Arguments
x |
A string. |
Author(s)
Adrian Dusa
Examples
x <- "An example of \"quoted\" text."
betweenQuotes(x)
[Package admisc version 0.36 Index]