tbl_dbReadTable: Read table from database as a tibble

Description Usage Arguments Value

View source: R/data_importation.R

Description

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.

Usage

1
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


DRosenman/helpers documentation built on Dec. 17, 2021, 4:02 p.m.