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)

Arguments

conn

DBI database connection

name

name of table to import

all_upper

(default FALSE) if TRUE converts all field names to upper case.

Value

tibble