import_db_table: Load database table into memory as dataframe (tibble)

View source: R/import_db_table.R

import_db_tableR Documentation

Load database table into memory as dataframe (tibble)

Description

Load database table into memory as dataframe (tibble)

Usage

import_db_table(conn, table)

Arguments

conn

A DBIConnection object, as returned by dbConnect().

table

a character string with the name of the remote table.


ailich/mytools documentation built on Jan. 7, 2023, 11:16 a.m.