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

typeOfRnwR Documentation

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

## Default S3 method:
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.

Author(s)

Henrik Bengtsson

See Also

TBA.


R.rsp documentation built on June 28, 2022, 1:05 a.m.