Display User's Github Starred Repositories
display_starred(github_user, n = 5, onlyR = FALSE)
the Github user name to look for
the number of the last starred repositories. Defaults to 5 in which case it will return the last 5 starred repositories. Note that if the 'onlyR' parameter is set to TRUE, you might get a lower number of starred repos due to filtering R from all the other languages.
Logical, whether to fetch only R repositories, Default to FALSE
A character vector of starred Github repositories