str.at.pos: pos is a matrix or a list of matrices specifying positions as...

View source: R/stringtools.R

str.at.posR Documentation

pos is a matrix or a list of matrices specifying positions as returned by str.locate.all

Description

pos is a matrix or a list of matrices specifying positions as returned by str.locate.all

Usage

## S3 method for class 'at.pos'
str(str, pos)

Examples

## Not run: 
  str = c("012ab0121","abce","0had112bb1")
  pos = str.locate.all(str,"[a-z]*",fixed=FALSE)
  pos
  str.at.pos(str,pos)
  return(ret)

## End(Not run)

skranz/stringtools documentation built on May 11, 2022, 4:48 a.m.