R.rsp (version 0.9.24)

RRspPackage$capabilitiesOf: 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
Optional character vector of which tools to check.
force
If TRUE, cached results are ignored, otherwise not.
...
Not used.

Value

Examples

Run this code
# Display which tools are supported by the package
  print(capabilitiesOf(R.rsp))

  # Check whether AsciiDoc is supported
  print(isCapableOf(R.rsp, "asciidoc"))

Run the code above in your browser using DataCamp Workspace