Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Database src

Source:R/src_dbi.R
src_dbi.Rd

[Superseded]

Since can generate atbl() directly from a DBI connection we no longerrecommend usingsrc_dbi().

Usage

src_dbi(con, auto_disconnect=FALSE)

Arguments

con

An object that inherits fromDBI::DBIConnection,typically generated byDBI::dbConnect

auto_disconnect

Should the connection be automatically closed whenthe src is deleted? Set toTRUE if you initialize the connectionthe call tosrc_dbi(). PassNA to auto-disconnect but print a messagewhen this happens.

Value

An S3 object with classsrc_dbi,src_sql,src.


[8]ページ先頭

©2009-2025 Movatter.jp