Skip to content

Instantly share code, notes, and snippets.

@jrnold
Created January 29, 2017 21:18
Show Gist options
  • Select an option

  • Save jrnold/296775ef92c05550f521bd64e24d1f12 to your computer and use it in GitHub Desktop.

Select an option

Save jrnold/296775ef92c05550f521bd64e24d1f12 to your computer and use it in GitHub Desktop.
Generate URL for QSS files
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