ghlist | R Documentation |
Returns unique (short) names for accessing each file in the repository according to a regular expression. For details about regular expressions, see base::regex.
ghlist(
pattern = ".",
ignore.case = FALSE,
perl = FALSE,
fixed = FALSE,
useBytes = FALSE,
full.names = FALSE
)
pattern |
character string containing a regular expression
(or character string for |
ignore.case |
if |
perl |
logical. Should Perl-compatible regexps be used? |
fixed |
logical. If |
useBytes |
logical. If |
full.names |
logical: should full names returned instead of short names (default: |
character vector of short names
if (interactive()) ghlist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.