is.OrientDB: is.OrientDB

Description Usage Arguments Details Value Author(s) Examples

View source: R/dbConnection.r

Description

Check if object is an OrientDB object

Usage

1

Arguments

x

An object to be tested

Details

Check if object is an OrientDB object

Value

A logical indicating if the object is an OrientDB object

Author(s)

Jared P. Lander

Examples

1
2
3
db <- dbInfo(host='127.0.0.1', database='GratefulDeadConcerts',
             username='admin', password='admin', port='2480')
is.OrientDB(db)

jaredlander/OrientExpress documentation built on May 18, 2019, 3:46 p.m.