| get_repos | R Documentation | 
Get repositories of one owner
get_repos(owner, privacy = "PUBLIC")
owner | 
 string  | 
privacy | 
 string, one of "PUBLIC", "PRIVATE", or "null" for both.  | 
tibble with name (owner/repo), creation time, latest update time, description, is_fork, is_archived, and is_private.
get_repos("jeroen")
get_repos("ropensci")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.