inst/models/shiny_templates/boilerplate/deploy.R

# use this file to deploy the app online e.g. shinyapps.io
library(shiny)
library(googleAuthR)

ui     <- source("app/ui.R", chdir = TRUE)$value
server <- source("app/server.R", chdir = TRUE)$value

shinyApp(gar_shiny_ui(ui, login_ui = silent_auth), server)

Try the googleAnalyticsR package in your browser

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

googleAnalyticsR documentation built on Oct. 16, 2022, 1:06 a.m.