AthenaConnection {RAthena}R Documentation

Athena Connection Methods

Description

Implementations of pure virtual functions defined in the 'DBI' package for AthenaConnection objects.

Usage

## S4 method for signature 'AthenaConnection'
show(object)

Arguments

object

Any R object

Slots

ptr

a list of connecting objects from the python SDK boto3.

info

a list of metadata objects

quote

syntax to quote sql query when creating Athena ddl


[Package RAthena version 2.6.1 Index]