Learn R Programming

mdsr (version 0.2.8)

Rnw2Rmd: Convert Rnw to Rmd

Description

Convert Rnw to Rmd

Usage

Rnw2Rmd(path, new_path = NULL)

Arguments

path

A character vector of one or more paths.

new_path

New file path. If new_path is existing directory, the file will be moved into that directory; otherwise it will be moved/renamed to the full path.

Should either be the same length as path, or a single directory.