attach_database: Attach all the tables in a database as tbl objects within an...

Description Usage Arguments Value

View source: R/attach_database.R

Description

Attach all the tables in a database as tbl objects within an attached environment

Usage

1
attach_database(db, dbname, quiet = FALSE)

Arguments

db

A DBI::DBIConnection object

dbname

Character. Name of the environment to create

quiet

Message the names of tables attached? Defaults to TRUE

Value

Invisibly returns character vector of table names.


mdlincoln/dbns documentation built on May 20, 2019, 9:15 p.m.