findDBIResourceConnector {resourcer} | R Documentation |
Find a DBI resource connector
Description
Find the DBI resource connector that will download the DBI from the provided resource object.
Usage
findDBIResourceConnector(x)
Arguments
x |
The resource object which corresponding DBI connector is to be found. |
Value
The corresponding DBIResourceConnector object or NULL if none applies.
[Package resourcer version 1.4.0 Index]