Created
January 29, 2017 21:18
-
-
Save jrnold/296775ef92c05550f521bd64e24d1f12 to your computer and use it in GitHub Desktop.
Generate URL for QSS files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| qss_data_url <- function(chapter, file) { | |
| chapter_name <- toupper(chapter) | |
| paste0("https://raw.githubusercontent.com/kosukeimai/qss/master/", | |
| chapter_name, "/", file) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment