Learn R Programming

dbProject (version 0.1.0)

dbData-extract: Extract and replace methods for dbData objects

Description

Provides extraction ([) and replacement ([<-) methods for dbData objects. The extractor attempts to auto-reconnect via dbReconnect() before returning the underlying database-backed value.

Value

For [: the underlying value stored in the object. For [<-: the updated dbData.

Arguments

x

A dbData object.

...

Additional arguments passed to the extractor.

value

Replacement value for [<-.