Given an repository on GitHub, retrieve the pages URL for it.
get_pages_url(repo_name, token = NULL, verbose = FALSE, keep_json = FALSE)
The full name of the repo to get chapters from. e.g. 'jhudsl/OTTR_Template'
If private repositories are to be retrieved, a github personal access token needs to be supplied. Run `authorize("github")` to set this.
TRUE/FALSE do you want more progress messages?
verbose TRUE/FALSE keep the json file locally?
a data frame with the repository with the following columns: data_level, data_path, chapt_name, url, repository name
if (FALSE) { # \dontrun{
usethis::create_github_token()
get_pages_url("jhudsl/Documentation_and_Usability")
} # }