R.rsp (version 0.3.2)

indexOfNonQuoted: Gets the first index of a string that is not inside a double qouted string

Description

Gets the first index of a string that is not inside a double qouted string.

Usage

## S3 method for class 'default}(str, pattern, ...)':
indexOfNonQuotedundefined

str{The character string to be scanned.}
  pattern{The character string to be searched for.}
  ...{Not used.}

Returns an integer giving the position of (the first character of)
  the search string in the main string.  If not found, -1 is returned.

[object Object]

grep().




programming
utilities
internal

Arguments