Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Jun 13, 2016
1 parent e00b1cc commit cd1fc2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bigQueryR
Title: Interface with Google BigQuery with Shiny compatibility
Version: 0.0.9001
Version: 0.1.0
Authors@R: c(person("Mark", "Edmondson",email = "[email protected]",
role = c("aut", "cre")),
person("Hadley", "Wickham", , "[email protected]", role = "ctb")
Expand Down
4 changes: 2 additions & 2 deletions R/query.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ bqr_query <- function(projectId, datasetId, query, maxResults = 1000){
#' 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 \url{https://console.cloud.google.com/storage/browser}
#' You can read how to create a bucket at Google Cloud Storage
#' at \url{https://cloud.google.com/storage/docs/cloud-console}
#'
#' writeDisposition - behaviour if destinationTable already exists:
#' \itemize{
Expand Down
4 changes: 2 additions & 2 deletions man/bqr_query_asynch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd1fc2d

Please sign in to comment.