ghlist {mmstat4} | R Documentation |
ghlist
Description
Returns unique (short) names for accessing each file in the repository according to a regular expression. For details about regular expressions, see base::regex.
Usage
ghlist(
pattern = ".",
ignore.case = FALSE,
perl = FALSE,
fixed = FALSE,
useBytes = FALSE,
full.names = FALSE
)
Arguments
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: |
Value
character vector of short names
Examples
if (interactive()) ghlist()