connect: Connect to a data source

Description Usage Arguments Value See Also

View source: R/generics.R

Description

connect will create and return a connection. connect_local will create and return a connection that will be automatically disconnected when the current frame exits.

Usage

1
2
3

Arguments

x

object that specifies the type of connection to create, e.g. a driver

...

other params passed onto methods

.envir

the environment to use for scoping

Value

a connection to a data source

See Also

disconnect(), is_connected()


shunsambongi/dsi documentation built on Dec. 5, 2019, 12:53 a.m.