All GitHub Issues functions in this package requires downloading and setting up authorization for GHI.
list_open_issues(path = getwd())
path | path to the local path targeted by the function call. If NULL, the function is executed on the working directory |
---|
The system command stdout is printed in the R console and a dataframe from that same data is returned invisibly.
DETAILS