Questions tagged [bigrquery]

bigquery is an R package makes it easy to work with data stored in Google BigQuery by allowing you to query BigQuery tables and retrieve metadata about your projects, datasets, tables, and jobs

The bigrquery package makes it easy to work with data stored in Google BigQuery by allowing you to query BigQuery tables and retrieve metadata about your projects, datasets, tables, and jobs

77 questions
-1
votes
1 answer

Shiny: Filter/Selection of variables without downloading all data from BigQuery table

I'd like to make the selection of variables (year,seasonType,dayNight and homeFinalRuns) inside the baseball public data from BigQuery without downloading all data. I try to use the reactive() variables as filter for the target strings without…
Leprechault
  • 1,531
  • 12
  • 28
-2
votes
2 answers

Unnest Google Analytics Nested Data DPLYR

I'm working on Google Analytics Sample data, it comes straight from BigQuery. Data Source -> https://support.google.com/analytics/answer/7586738?hl=en The data has lots of nested columns, with type "list". How can I unnest those columns and shape…
1 2 3 4 5
6