positionSpaceOutsideSinglequotes {tidyrules} | R Documentation |
(vectorised) Detect the position of space in a string not within a pair of single quotes
positionSpaceOutsideSinglequotes(string)
string |
A chracter vector |
A integer vector of positions
tidyrules:::positionSpaceOutsideSinglequotes(c("hello", "hel' 'o "))