Releases: thewileylab/shinyBigQuery
Releases · thewileylab/shinyBigQuery
0.0.4.1000
Updates
- Better logic to determine appropriate Google ClientID JSON
- Allow golem users to specify ClientID JSON with
run_app()
Issues with this release?
Please report any issues with this release on GitHub.
0.0.4.0000
Updates
- Improved package documentation
Fixes
- Use latest userBox() function from shinydashboardPlus
Issues with this release?
Please report any issues with this release on GitHub.
0.0.3.0000
Updates
- Users may use only the mod_BigQuery_setup.R file, if they wish not to install the package.
- Google Credentials must be supplied, if using in this mode
- Users may now specify their own Google ClientID for local package installations.
Issues with this release?
Please report any issues with this release on GitHub.
0.0.2.9002
Minor Update
- request minimum necessary scopes from Google for viewing and collecting data
0.0.2.9000
Initial Release
A shiny module to authenticate your R Shiny Application with Google BigQuery.
Usage
Add this module to your Shiny application to connect with Google BigQuery. List projects/datasets associated with your Google account and generate a DBI connection object to facilitate table connections. See the Readme for details!
Issues?
Please report any issues with this release on GitHub.