powered by
Presenting results of files and last modification time in a printed table using 'kable()'
present_files(repo = ".", path = "R", recursive = TRUE, untracked = TRUE)
git repository
Default to R folder. Use "" for the complete directory
Logical. Should the listing recurse into directories?
Logical. Should the not tracked files be included?
A 'kable()' output to be included in a markdown file
# NOT RUN { repo <- fake_repo(as.package = TRUE) cat(present_files(repo)) # }
Run the code above in your browser using DataLab