rd_options {DrillR}R Documentation

Show the information of the system and session options such as name and data type and so forth.

Description

Show the information of the system and session options such as name and data type and so forth.

Usage

rd_options(object)

## S4 method for signature 'drill'
rd_options(object)

Arguments

object

the RDrill object

Examples

#rd_options(R_DRILL_OBJECT) #please replace 'R_DRILL_OBJECT' with your RDrill object.

[Package DrillR version 0.1 Index]