Description Usage Arguments Value Examples
comments - Get the comments from a regexr object.
comments<- - Set the comments of a regexr object.
set_comments - This is a convenience function that sets the
comments on a regexr object and returns the
object.
1 2 3 4 5 | comments(x, ...)
comments(x) <- value
set_comments(x, y)
|
x |
A regexr object. |
value |
The comment(s) to assign. |
y |
The comments to assign. |
... |
Ignored. |
comments - Returns a list of comments.
set_comments - Returns a regexr object.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.