Removes all strings that match the regular expression.
| 1 2 |   filterNocomment(x,
    remove = "^(No|no|NO|Nope|None|none|n.a.|NA|n/a).?$")
 | 
| x | A regular expression in character format | 
| remove | A character string passed to grep() | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.