tbl_from_rpostgres: Fetch data from a database

View source: R/ojo_tbl.R

tbl_from_rpostgresR Documentation

Fetch data from a database

Description

Fetch data from a database

Usage

tbl_from_rpostgres(con, schema, table)

Arguments

con

A database connection object.

schema

The schema name in the database.

table

The table name to fetch.

Value

A dplyr tbl object connected to the specified table.


openjusticeok/ojodb documentation built on Aug. 4, 2024, 3:25 p.m.