| count_files | R Documentation | 
Helper function to explore the number of files in a directory, recursively.
count_files(project_dir, subset = NULL, subset_type = "keep")
| project_dir | Character. Directory where project files are stored. File paths will be used to extract information and must actually exist. | 
| subset | Character. Text pattern to mark a subset of files/directories
to either  | 
| subset_type | Character. Either  | 
A data frame with number of files in a directory
count_files("PROJECT_DIR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.