An Interface to Google's 'BigQuery' 'API'


[Up] [Top]

Documentation for package ‘bigrquery’ version 0.4.1

Help Pages

bigrquery-package bigrquery: An Interface to Google's 'BigQuery' 'API'
bigquery BigQuery DBI driver
BigQueryConnection-class DBI methods
BigQueryDriver-class DBI methods
BigQueryResult-class DBI methods
bigrquery bigrquery: An Interface to Google's 'BigQuery' 'API'
copy_table Copy one or more source tables to a destination table.
dbBegin-method DBI methods
dbBind-method DBI methods
dbClearResult-method DBI methods
dbColumnInfo-method DBI methods
dbCommit-method DBI methods
dbConnect-method DBI methods
dbDataType-method DBI methods
dbDisconnect-method DBI methods
dbExistsTable-method DBI methods
dbFetch-method DBI methods
dbGetInfo-method DBI methods
dbGetRowCount-method DBI methods
dbGetRowsAffected-method DBI methods
dbGetStatement-method DBI methods
dbHasCompleted-method DBI methods
DBI DBI methods
dbIsValid-method DBI methods
dbi_driver BigQuery DBI driver
dbListFields-method DBI methods
dbListTables-method DBI methods
dbQuoteIdentifier-method DBI methods
dbQuoteString-method DBI methods
dbReadTable-method DBI methods
dbRemoveTable-method DBI methods
dbRollback-method DBI methods
dbSendQuery-method DBI methods
dbWriteTable-method DBI methods
delete_dataset Deletes an existing dataset in a project
delete_table Delete a table.
exists_dataset Gets an existing dataset in a project
exists_table Retrieve table metadata
format_dataset Format dataset and project ID as a BQ-style identifier
format_table Format dataset, project and table ID as a BQ-style identifier
get_dataset Gets an existing dataset in a project
get_job Check status of a job.
get_table Retrieve table metadata
insert_dataset Creates a new dataset in a project
insert_extract_job Create a new extract job.
insert_query_job Create a new query job.
insert_table Insert empty table
insert_upload_job Upload data.
list_datasets List the datasets in a project
list_projects List all projects to which you have been granted any project role.
list_tabledata Retrieve data from a table.
list_tabledata_callback Retrieve data from a table.
list_tabledata_iter Retrieve data from a table.
list_tables List available tables in dataset.
parse_dataset Parse a BQ-style identifier into project/dataset IDs
parse_table Parse a BQ-style identifier into project/dataset/table IDs
query_exec Run a asynchronous query and retrieve results.
show-method DBI methods
src_bigquery A bigquery data source.
update_dataset Updates an existing dataset in a project
wait_for Wait for a job to complete, optionally printing updates