R/yadirGetToken.R

Defines functions yadirGetToken

Documented in yadirGetToken

yadirGetToken <-
function(){
  browseURL("https://oauth.yandex.ru/authorize?response_type=token&client_id=c441fa0194f04f4ea2c238c0c2c40ec9")
  token <- readline(prompt = "Enter your token: ")
  return(token)
}
alex-www-marketing/ryandexdirect_edit documentation built on May 4, 2019, 10:57 a.m.