meta-methods: Verbose list of resources

Description Usage Arguments Details

Description

The meta method returns a data.frame with meta information entities available at the location. By default, zero rows are returned.

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
29
30
31
meta(self, ...)

## S4 method for signature 'Xdata'
meta(self, ...)

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

## S4 method for signature 'InternalData'
meta(self, ...)

## S4 method for signature 'DirectoryLocation'
meta(self)

## S4 method for signature 'MemoryLocation2'
meta(self, ...)

## S4 method for signature 'SftpLocation'
meta(self)

## S4 method for signature 'Pastebin'
meta(self)

## S4 method for signature 'WebLocation'
meta(self)

## S4 method for signature 'CsvData'
meta(self, ...)

## S4 method for signature 'Blogger'
meta(self)

Arguments

self

an Location object

...

additional parameters

Details

Inherited classes should override this method if necessary.


datamart documentation built on May 2, 2019, 9:40 a.m.