Description Usage Arguments Value
View source: R/data_importation.R
Wrapper around DBI::dbGetQuery that imports query results as tibbles instead of data.frames. Also has the option to convert all field names to upper case.
1 | tbl_dbGetQuery(conn, statement, all_upper = F)
|
conn |
DBI database connection |
statement |
database query (select statement) |
all_upper |
(default FALSE) if TRUE converts all field names to upper case. |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.