Skip to content

Commit

Permalink
all checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Jun 13, 2016
1 parent cd1fc2d commit fc6da8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Imports:
googleAuthR (>= 0.2.0)
Suggests:
shiny (>= 0.12.1),
jsonlite (>= 0.9.19),
jsonlite (>= 0.9.21),
httr (>= 1.1.0),
knitr,
rmarkdown
Expand Down
2 changes: 1 addition & 1 deletion vignettes/bigQueryR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ bqr_get_job("your_project", job$jobReference$jobId)

You may now want to download this data. For large datasets, this is best done via extracting the BigQuery result to Google Cloud Storage, then downloading the data from there.

You can create a bucket at Google Cloud Storage at <https://console.cloud.google.com/storage/browser>, or you can use [library(googleCloudStorageR)](https://github.com/MarkEdmondson1234/googleCloudStorageR)
You can create a bucket at Google Cloud Storage see <https://cloud.google.com/storage/docs/cloud-console>, or you can use [library(googleCloudStorageR)](https://github.com/MarkEdmondson1234/googleCloudStorageR)

Once created, you can extract your data via the below:

Expand Down

0 comments on commit fc6da8d

Please sign in to comment.