gh_raw_url | R Documentation |
Utilities functions for working with github
gh_raw_url(repo, file, branch = "main", lfs = FALSE)
repo |
user/repo |
file |
file |
branch |
branch |
lfs |
if uses lfs storage |
raw file url for downloading
url <- gh_raw_url("qiushiyan/blog-data", "codes.csv", lfs = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.