Arguments$getRegularExpression | R Documentation |
Gets a valid regular expression pattern.
## Static method (use this):
## Arguments$getRegularExpression(pattern=NULL, ..., .name=NULL)
## Don't use the below:
## S3 method for class 'Arguments'
getRegularExpression(static, pattern=NULL, ..., .name=NULL)
pattern |
A |
.name |
A |
... |
Not used. |
Returns a character
string.
Henrik Bengtsson
grep
().
For more information see Arguments
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.