inst/dockerfiles/shiny-googleAuthRdemo/shiny/ui.R

library(shiny)
library(googleAuthR)

## ui.R
ui <- fluidPage(title = "googleAuthR Shiny Demo",
  googleAuthUI("loginButton"),
  textInput("url", "Enter URL"),
  actionButton("submit", "Shorten URL"),
  textOutput("short_url")
)

Try the googleComputeEngineR package in your browser

Any scripts or data that you put into this service are public.

googleComputeEngineR documentation built on May 6, 2019, 1:01 a.m.