R.oo (version 1.22.0)

RccViolationException$getRccUrl: Static method to get a URL where the RCC can be found

Description

Static method to get a URL where one can find details about the R Code Convention (RCC). Currently the URL is http://aroma-project.org/developers/RCC/.

Usage

## Static method (use this):
## RccViolationException$getRccUrl(...)

## Don't use the below: # S3 method for RccViolationException getRccUrl(this, ...)

Arguments

...

Not used.

Value

Returns a character string.

See Also

For more information see RccViolationException.

Examples

Run this code
# NOT RUN {
For a complete example see help(RccViolationException).
# }

Run the code above in your browser using DataCamp Workspace