read_sql: Overrides basedadosdados::read_sql function

View source: R/read_sql.R

read_sqlR Documentation

Overrides basedadosdados::read_sql function

Description

Define new default value to page_seize

Usage

read_sql(query, page_size = pkg.env$page_size)

Arguments

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.

Value

A tibble containing the query's output.

Examples

read_sql(query,page_size = 1e+04)

tchiluanda/siconfiBD documentation built on Oct. 2, 2022, 10:09 p.m.