Description Usage Arguments Value Author(s) See Also Examples
Get the comments associated with an object.
The comment field can contain any type of object.
1 2 | ## S3 method for class 'PSRoot'
getComments(this, ...)
|
this |
A PSRoot object. |
... |
Not used. |
The value of the comment field.
Botond Sipos, Gregory Jordan
For more information see PSRoot
.
1 2 3 4 5 6 7 8 9 10 | # create an object
o<-PSRoot()
# add some comments
setComments(o,"Random comment")
# get the comment
getComments(o)
# get/set the comment via virtual fiels
o$comments<-"Second random comment"
o$comments
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.