View source: R/list_github_files.R
list_github_files | R Documentation |
List files in a GitHub repository
list_github_files(repo, path = NULL, regexp = NULL, owner = "curso-r")
repo |
Repository name (excluding owner). |
path |
Subdirectory inside repo. |
regexp |
A regular expression passed on to |
owner |
GitHub organization (default is |
A string vector of paths.
list_github_files("main-web-scraping", "slides/", "[0-9]-.*html$")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.