queries-methods: List resources

Description Usage Arguments Details

Description

The queries method returns a character vector of all defined resources for the given data object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
queries(self)

## S4 method for signature 'Xdata'
queries(self)

## S4 method for signature 'Xsparql'
queries(self)

## S4 method for signature 'InternalData'
queries(self)

## S4 method for signature 'UrlData'
queries(self)

## S4 method for signature 'Mashup'
queries(self)

## S4 method for signature 'Location'
queries(self)

## S4 method for signature 'MemoryLocation2'
queries(self)

## S4 method for signature 'ResFunc'
queries(self)

## S4 method for signature 'CsvData'
queries(self)

Arguments

self

an Xdata object

Details

The default (XData) implementation inspects definitions of the query method. Inherited classes should override this method if necessary.


doomhammerhell/test-datamart documentation built on Dec. 20, 2021, 1:09 a.m.