bq_get_data.Rd
Retrieves the latest version of each observation, analogous to get_data for SQLite.
get_data
bq_get_data( con = NULL, frequency = "monthly", id_list = NULL, version_id = NULL )
A DBI BigQuery connection (or NULL to create one)
Either "weekly" or "monthly"
"weekly"
"monthly"
Named list of ID columns and values to filter on (optional)
Maximum version to include (NULL = latest)
data.table with the requested data