dsHasResource,DSLiteConnection-method {DSLite}R Documentation

Verify DSLite server resource

Description

Verify resource exists and can be accessible for performing DataSHIELD operations.

Usage

## S4 method for signature 'DSLiteConnection'
dsHasResource(conn, resource)

Arguments

conn

DSLiteConnection-class class object.

resource

The fully qualified name of the resource.

Value

TRUE if dataset exists.


[Package DSLite version 1.4.0 Index]