fetch: Function to retrieve data from databases or R-objects

View source: R/fetch.R

fetchR Documentation

Function to retrieve data from databases or R-objects

Description

Function to retrieve data from databases or R-objects

Usage

fetch(
  con = NULL,
  schema = NULL,
  tbl = NULL,
  column = NULL,
  entry = NULL,
  verbose = FALSE,
  ...
)

Arguments

con

Database connection or R table object.

schema

Database schema.

tbl

Database table.

column

Specific table column.

entry

Entry to be looked for.

verbose

Verbose output?

...

Currently not used.

Author(s)

Andreas Scharmueller andschar@protonmail.com


andschar/dbreport documentation built on Dec. 8, 2022, 3:29 p.m.