Package Information

shinyBigQuery

shinyBigQuery: Access Google BigQuery through R Shiny

Start Using shinyBigQuery

Execute this function to launch shinyBigQuery.

run_app()

Run the Shiny Application

Module UI Functions

Add these functions to the UI portion of your Shiny Application with the appropriate namespace.

bigquery_setup_ui() bigquery_setup_server()

Google BigQuery Database Module

Module Server Function

Add the server function to the server portion of your Shiny Application with the appropriate namespace.

bigquery_setup_ui() bigquery_setup_server()

Google BigQuery Database Module