Description Usage Arguments Examples
View source: R/git_signatures.R
This function is intended to be run interactively from within an R session.
1 | signature_update(repo = ".", max_commits = 100L)
|
repo |
A path to a github repository. Defaults to the working directory. |
max_commits |
An integer indicating the maximum commits to search in in the git log. |
1 2 3 4 5 | ## Not run:
# navigate to a lab directory and run:
signature_update()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.