requireAttributes.RspDirective
From R.rsp v0.43.2
by Henrik Bengtsson
Asserts that certain attributes exist
Asserts that certain attributes exist.
Usage
# S3 method for RspDirective
requireAttributes(this, names, condition=c("all", "any"), ...)
Arguments
- condition
A
character
specifying the condition to be tested.- ...
Not used.
Value
Returns itself (invisibly).
See Also
For more information see RspDirective
.
Community examples
Looks like there are no examples yet.