is.editor | R Documentation |
Read and set edit privileges
is.editor(x)
is.editor(x) <- value
## S4 method for signature 'MemberCatalog'
is.editor(x)
## S4 replacement method for signature 'MemberCatalog,logical'
is.editor(x) <- value
## S4 method for signature 'PermissionCatalog'
is.editor(x)
## S4 method for signature 'PermissionTuple'
is.editor(x)
x |
PermissionCatalog or MemberCatalog |
value |
For the setter, logical: should the indicated users be allowed to edit the associated object? |
is.editor
returns a logical vector corresponding to whether
the users in the catalog can edit or not.is.editor<-
returns the
catalog, modified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.