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?


kevinushey/Kmisc documentation built on May 20, 2019, 9:08 a.m.