Description Usage Arguments Value
View source: R/install_starred_cran.R
Display User's Github Starred Repositories
1  | display_starred(github_user, n = 5, onlyR = FALSE)
 | 
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  | 
A character vector of starred Github repositories
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.