Description Usage Arguments Value Examples
View source: R/unused_functions.R
Find unused functions
1 |
files |
List of files in which to search. If NULL, all .R files are searched in. |
Names of unused functions
1 2 3 4 | ## Not run:
unused_functions(files = c("some_file.R", "folder/another_file.R"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.