- gitstats
A GitStats object.
- add_contributors
A logical parameter to decide whether to add
information about repositories' contributors to the repositories output
(table). If set to FALSE it makes function run faster as, in the case of
org search mode, it reaches only GraphQL endpoint with a query on
repositories, and in the case of code search mode it reaches only
repositories REST API endpoint. However, the pitfall is that the result
does not convey information on contributors.
When set to TRUE (by
default), GitStats iterates additionally over pulled repositories and
reaches to the contributors APIs, which makes it slower, but gives
additional information.
- with_code
A character vector, if defined, GitStats will pull
repositories with specified code phrases in code blobs.
- in_files
A character vector of file names. Works when with_code is
set - then it searches code blobs only in files passed to in_files
parameter.
- with_files
A character vector, if defined, GitStats will pull
repositories with specified files.
- language
A character. If defined, GitStats will return only
repositories with given language.
- cache
A logical, if set to TRUE GitStats will retrieve the last
result from its storage.
- verbose
A logical, TRUE by default. If FALSE messages and printing
output is switched off.
- progress
A logical, by default set to verbose value. If FALSE no
cli progress bar will be displayed.