| str.at.pos | R Documentation |
pos is a matrix or a list of matrices specifying positions as returned by str.locate.all
## S3 method for class 'at.pos' str(str, pos)
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.