Description Usage Arguments Value
View source: R/data_importation.R
Wrapper around DBI::dbReadTable that imports database tables as tibbles instead of data.frames. Also has the option to convert all field names to upper case.
1 | tbl_dbReadTable(conn, name, all_upper = F)
|
conn |
DBI database connection |
name |
name of table to import |
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.