Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

isVisible.Rdoc

Checks if a member is visible given its modifiers


Description

Checks if a member is visible given its modifiers.

Usage

## Static method (use this):
## Rdoc$isVisible(modifiers, visibilities, ...)

## Don't use the below:
## S3 method for class 'Rdoc'
isVisible(static, modifiers, visibilities, ...)

Arguments

modifiers

A character string of modifiers.

visibilities

A character string of visibility flags.

...

Not used.

Value

Returns TRUE if the modifiers are equal or higher than the visibility flags, otherwise FALSE.

Author(s)

Henrik Bengtsson

See Also

For more information see Rdoc.


R.oo

R Object-Oriented Programming with or without References

v1.24.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.