Description Usage Arguments Value Author(s) See Also Examples
Check if the object is write protected. Write protected objects cannot be modified through get/set methods and virtual fields.
1 2 | ## S3 method for class 'Sequence'
getWriteProtected(this, ...)
|
this |
An object. |
... |
Not used. |
TRUE or FALSE
Botond Sipos, Gregory Jordan
For more information see Sequence
.
1 2 3 4 5 6 7 8 9 10 | # create an object
o<-Sequence()
# toggle write protection
o$writeProtected<-TRUE
# check if it's write protected
getWriteProtected(o)
# check write protection via virtual field
o$writeProtected
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.