Rdocumentation
powered by
Learn R Programming
R.rsp (version 0.40.0)
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
"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
Returns a
character
string.
See Also
TBA.