display_starred: Display User's Github Starred Repositories

Description Usage Arguments Value

View source: R/install_starred_cran.R

Description

Display User's Github Starred Repositories

Usage

1
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


batata documentation built on March 8, 2021, 5:06 p.m.