cloc_git | R Documentation |
Count lines of code, comments and whitespace in a git tree
cloc_git(
repo,
commit = ".",
branch = NULL,
credentials = NULL,
progress = FALSE
)
repo |
path to git repo; if |
commit |
" |
branch, credentials, progress |
passed on to |
data frame (tibble)
## Not run:
cloc_git("~/packages/cloc", "3643cd09d4b951b1b35d32dffe35985dfe7756c4")
# from remote git
cloc_git("git://github.com/hrbrmstr/cloc.git")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.