R/google.R

Defines functions supply_appInfo

# helper ------------------------------------------------------------------

supply_appInfo <- function(apiKey, clientId){
  stringr::str_replace_all(
    "YOUR_API_KEY", apiKey
  )
  readr::read_lines("html/googleLogInScript.html") -> scripts
}
tpemartin/webtemplate documentation built on Oct. 16, 2020, 5:10 p.m.