Learn R Programming

papaja (version 0.1.2)

remove_comments: Remove Comments

Description

Removes markdown comments from an R Markdown file.

Usage

remove_comments(x, file)

Value

No return value, called to write text to file.

Arguments

x

Character. Path to an R Markdown file.

file

Character. Name of the new R Markdown file without comments.