gh_utils.Rd
Utilities functions for working with github
gh_raw_url(repo, file, branch = "main", lfs = FALSE)
user/repo
file
branch
if uses lfs storage
raw file url for downloading
url <- gh_raw_url("qiushiyan/blog-data", "codes.csv", lfs = TRUE)