isVisible.Rdoc: Checks if a member is visible given its modifiers
Description
Checks if a member is visible given its modifiers.Usage
Rdoc$isVisible(modifiers, visibilities, ...)
Value
- Returns
TRUE
if the modifiers are equal or higher than the visibility
flags, otherwise FALSE
.
synopsis
isVisible.Rdoc(static, modifiers, visibilities, ...)See Also
For more information see Rdoc
.