tbl_dbReadTable.Rd
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.
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