Learn R Programming

Kmisc (version 0.2.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 manual directory in prototyping different functions.

Usage

clean_doc(dir = getwd())

Arguments

dir
the project directory.