View source: R/get_info_files.R
present_files | R Documentation |
Presenting results of files and last modification time in a printed table using 'kable()'
present_files(repo = ".", path = "R", recursive = TRUE, untracked = TRUE)
repo |
git repository |
path |
Default to R folder. Use "" for the complete directory |
recursive |
Logical. Should the listing recurse into directories? |
untracked |
Logical. Should the not tracked files be included? |
A 'kable()' output to be included in a markdown file
repo <- fake_repo(as.package = TRUE) cat(present_files(repo))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.