Rdoc$isVisible {R.oo} | R Documentation |
Checks if a member is visible given its modifiers.
## Static method (use this): ## Rdoc$isVisible(modifiers, visibilities, ...) ## Don't use the below: ## S3 method for class 'Rdoc' isVisible(static, modifiers, visibilities, ...)
modifiers |
A |
visibilities |
A |
... |
Not used. |
Returns TRUE
if the modifiers are equal or higher than the visibility
flags, otherwise FALSE
.
Henrik Bengtsson
For more information see Rdoc
.