copycat_gitsearch | R Documentation |
The function 'copycat_gitsearch' returns the list of R files in a Github repository. It expects 'author', 'repository', and 'branch' name to print the list of R files on Github. If all is left out, it returns the content of example repository.
copycat_gitsearch(author, repository, branch = "main")
author |
A character vector. |
repository |
A character vector. |
branch |
A character vector. |
A character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.