Skip to content

Instantly share code, notes, and snippets.

@elipousson
Created June 3, 2022 18:53
Show Gist options
  • Save elipousson/06e12853dcad4809d69a6be0269a4723 to your computer and use it in GitHub Desktop.
Save elipousson/06e12853dcad4809d69a6be0269a4723 to your computer and use it in GitHub Desktop.
#' @name get_nounproject_icon
#' @noRd
get_nounproject_icon <- function(
token = NULL) {
token <- get_access_token(type = "NOUNPROJECT_API_KEY")
secret <- get_access_token(type = "NOUNPROJECT_SECRET_API_KEY")
# https://api.thenounproject.com/explorer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment