display_starred {batata}R Documentation

Display User's Github Starred Repositories

Description

Display User's Github Starred Repositories

Usage

display_starred(github_user, n = 5, onlyR = FALSE)

Arguments

github_user

the Github user name to look for

n

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.

onlyR

Logical, whether to fetch only R repositories, Default to FALSE

Value

A character vector of starred Github repositories


[Package batata version 0.2.1 Index]