R.rsp (version 0.9.24)

typeOfRnw: Checks whether an Rnw file is a Sweave or a knitr file

Description

Checks whether an Rnw file is a Sweave or a knitr file.

Usage

## S3 method for class 'default':
typeOfRnw(filename, path=NULL, default="application/x-sweave", ...)

Arguments

filename, path
The filename and (optional) path of the Rnw file.
default
A character string specifying the default result.
...
Not used.

Value

See Also

TBA.