Learn R Programming

Kmisc (version 0.5.0)

clean_doc: Clean Documentation in Current Package

Description

This function removes all the .Rd documentation files present in /man. This function is handy if you've 'polluted' your man directory in prototyping different functions -- assuming that you're documenting your code with eg. roxygen.

Usage

clean_doc(dir = getwd(), ask = TRUE)

Arguments

dir
the project directory.
ask
boolean. ask before clearing directory?