fkoh111 / fkoh111utils

Assorted utils :wrench: :construction_worker:
GNU Lesser General Public License v3.0
0 stars 0 forks source link

feature/zz_get_key #79

Closed fkoh111 closed 4 years ago

fkoh111 commented 4 years ago

Make function to obtain key from .Renviron

fkoh111 commented 4 years ago

https://rtweet.info/articles/auth.html

fkoh111 commented 4 years ago
zz_get_token <- function(usr) {
  if (is.null(usr)) 
    Sys.getenv("ZAMZAR_USR", "")
}
fkoh111 commented 4 years ago

Implemented in: