Skip to content

Commit

Permalink
remove shinyapps link
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Oct 9, 2019
1 parent b00ec36 commit 1898550
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/partition.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#'
#' @return A list of copy jobs for the sharded tables that will be copied to one partitioned table
#'
#' @seealso \href{Partitioned Tables Help}{https://cloud.google.com/bigquery/docs/creating-partitioned-tables}
#' @seealso \href{https://cloud.google.com/bigquery/docs/creating-partitioned-tables}{Partitioned Tables Help}
#' @export
#' @importFrom stats setNames
bqr_partition <- function(sharded,
Expand Down
2 changes: 1 addition & 1 deletion man/bqr_partition.Rd

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

2 changes: 0 additions & 2 deletions vignettes/bigQueryR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ This package is here as it uses [googleAuthR](https://github.com/MarkEdmondson12

It also has support for data extracts to Google Cloud Storage, meaning you can download data and make the download URL available to a user via their Google email. If you do a query normally with over 100000 results it hangs and errors.

An example of a BigQuery Shiny app running OAuth2 is here, the [BigQuery Visualiser](https://mark.shinyapps.io/bigquery-viz/)

## Authentication

Authentication is as used in other `googleAuthR` libraries:
Expand Down
5 changes: 2 additions & 3 deletions vignettes/bigQueryR.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<meta name="author" content="Mark Edmondson" />

<meta name="date" content="2019-09-25" />
<meta name="date" content="2019-10-09" />

<title>bigQueryR</title>

Expand Down Expand Up @@ -304,7 +304,7 @@

<h1 class="title toc-ignore">bigQueryR</h1>
<h4 class="author">Mark Edmondson</h4>
<h4 class="date">2019-09-25</h4>
<h4 class="date">2019-10-09</h4>



Expand All @@ -316,7 +316,6 @@ <h2>Introduction</h2>
<h3>Why this package then?</h3>
<p>This package is here as it uses <a href="https://github.com/MarkEdmondson1234/googleAuthR">googleAuthR</a> as backend, so has Shiny support, and compatibility with other googleAuthR dependent packages.</p>
<p>It also has support for data extracts to Google Cloud Storage, meaning you can download data and make the download URL available to a user via their Google email. If you do a query normally with over 100000 results it hangs and errors.</p>
<p>An example of a BigQuery Shiny app running OAuth2 is here, the <a href="https://mark.shinyapps.io/bigquery-viz/">BigQuery Visualiser</a></p>
</div>
</div>
<div id="authentication" class="section level2">
Expand Down

0 comments on commit 1898550

Please sign in to comment.