RRspPackage$capabilitiesOf {R.rsp} | R Documentation |
Checks which tools are supported
Description
Checks which tools are supported.
Usage
## Static method (use this):
## RRspPackage$capabilitiesOf(what=NULL, force=FALSE, ...)
## Don't use the below:
## S3 method for class 'RRspPackage'
capabilitiesOf(static, what=NULL, force=FALSE, ...)
Arguments
what |
|
force |
If |
... |
Not used. |
Value
Returns a logical
named character
vector
.
Author(s)
Henrik Bengtsson
Examples
# Display which tools are supported by the package
print(capabilitiesOf(R.rsp))
# Check whether AsciiDoc is supported
print(isCapableOf(R.rsp, "asciidoc"))
# Check whether pandoc v1.12 or newer is supported
print(isCapableOf(R.rsp, "pandoc (>= 1.12)"))
[Package R.rsp version 0.45.0 Index]