Skip to contents

tmp fix for ConnectionHandler

tmp fix for ConnectionHandler

Details

till this is fixed https://github.com/OHDSI/DatabaseConnector/issues/236

Super class

FinnGenUtilsR::ConnectionHandler -> tmp_ConnectionHandler

Methods

Inherited methods


Method tbl()

get a dplyr table object (i.e. lazy loaded)

Usage

tmp_ConnectionHandler$tbl(table, databaseSchema = NULL)

Arguments

table

table name

databaseSchema

databaseSchema to which table belongs


Method clone()

The objects of this class are cloneable with this method.

Usage

tmp_ConnectionHandler$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.