fetch_postgres: Fetch data for a single table from the postgres database

View source: R/fetch_postgres.R

fetch_postgresR Documentation

Fetch data for a single table from the postgres database

Description

Fetch data for a single table from the postgres database

Usage

fetch_postgres(
  tbl,
  projectkey,
  user,
  password,
  schema = "dimadev",
  host = "128.123.177.184",
  port = 5435,
  dbname = "postgres"
)

fetch_projectkeys(
  schema,
  host = "128.123.177.184",
  port = 5435,
  dbname = "postgres",
  user,
  password
)

fetch_DBKeys(
  schema,
  host = "128.123.177.184",
  port = 5435,
  dbname = "postgres",
  user,
  password
)

Landscape-Data-Commons/terradactyl-utils documentation built on Nov. 19, 2024, 5:20 p.m.