get_table_data: Get data from a database table as a 'data.frame'

View source: R/get_table_data.R

get_table_dataR Documentation

Get data from a database table as a data.frame

Description

Get data from a database table as a data.frame

Usage

get_table_data(pool_conn, schemaname = "public", tablename)

Arguments

pool_conn

A pool connection to a PostgreSQL database

schemaname

The schema from which to get the tables. Default is public

tablename

The name of the table to create the connection to

Value

A data.frame containing the data in the specified table


Aypak/dbhelpers documentation built on Jan. 25, 2024, 9:03 p.m.