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 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.