clean_doc: Clean Documentation in Current Package

Description Usage Arguments

View source: R/clean_doc.R

Description

This function removes all the .Rd documentation files present in <dir>/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

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

Arguments

dir

the project directory.

ask

boolean. ask before clearing directory?


Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to clean_doc in Kmisc...