Read and set edit privileges
is.editor(x)
is.editor(x) <- value
# S4 method for class 'MemberCatalog'
is.editor(x)
# S4 method for class 'MemberCatalog,logical'
is.editor(x) <- value
# S4 method for class 'PermissionCatalog'
is.editor(x)
# S4 method for class 'PermissionTuple'
is.editor(x)is.editor returns a logical vector corresponding to whether
the users in the catalog can edit or not.is.editor<- returns the
catalog, modified.