pg_readtbls: Connect to several tables from schema of db using dplyr

View source: R/import_export_funs.R

pg_readtblsR Documentation

Connect to several tables from schema of db using dplyr

Description

Connect to several tables from schema of db using dplyr

Usage

pg_readtbls(db = NULL, schema = "public", tbls = NULL, host = "localhost")

Arguments

db

chr database name

schema

chr schema name. Default 'public'.

tbls

chr or vector of chrs with table names. Default all tables.

host

chr. Defaulta 'localhost'.


diegogarcilazo/pgr documentation built on Nov. 16, 2023, 6:24 p.m.