Description Usage Arguments Examples
View source: R/git_signatures.R
Add a Git Signature to the User Cache
1 | signature_add(x, is_regexp = TRUE, is_user = TRUE)
|
x |
A character string. |
is_regexp |
A logical |
is_user |
A logical. |
1 2 3 4 5 | ## Not run:
# adds a regular expression that matches a student username pattern
signature_add("John S(\\.|mith)", is_regexp = TRUE, is_user = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.