read_sql | R Documentation |
Define new default value to page_seize
read_sql(query, page_size = pkg.env$page_size)
query |
a string containing a valid SQL query. |
page_size |
bigrquery internal, how many rows per page should there be. Defaults to 10000, consider increasing if running into performance issues or big queries. |
A tibble containing the query's output.
read_sql(query,page_size = 1e+04)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.