data.frame-methods: data.frame coercion

Description Usage Author(s)

Description

Methods to coerce to a data.frame.

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
as.data.frame.ApiResource(x, ...)

as.data.frame.Category(x, ...)

## S4 method for signature 'Category'
as.data.frame(x, row.names = NULL, optional = FALSE,
  ...)

as.data.frame.DomainResource(x, ...)

## S4 method for signature 'DomainResource'
as.data.frame(x, row.names = NULL,
  optional = FALSE, ...)

as.data.frame.Endpoint(x, ...)

## S4 method for signature 'Endpoint'
as.data.frame(x, row.names = NULL, optional = FALSE,
  ...)

as.data.frame.HttpResource(x, ...)

## S4 method for signature 'HttpResource'
as.data.frame(x, row.names = NULL,
  optional = FALSE, ...)

as.data.frame.ReferenceValue(x, ...)

## S4 method for signature 'ReferenceValue'
as.data.frame(x, row.names = NULL,
  optional = FALSE, ...)

as.data.frame.Service(x, ...)

## S4 method for signature 'Service'
as.data.frame(x, row.names = NULL, optional = FALSE,
  ...)

as.data.frame.Station(x, ...)

## S4 method for signature 'Station'
as.data.frame(x, row.names = NULL, optional = FALSE,
  ...)

as.data.frame.StatusInterval(x, ...)

## S4 method for signature 'StatusInterval'
as.data.frame(x, row.names = NULL,
  optional = FALSE, ...)

as.data.frame.Timeseries(x, ...)

## S4 method for signature 'Timeseries'
as.data.frame(x, row.names = NULL, optional = FALSE,
  ...)

as.data.frame.TVP(x, ...)

## S4 method for signature 'TVP'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Author(s)

Christian Autermann c.autermann@52north.org


52North/sensorweb4R documentation built on March 30, 2020, 11:39 p.m.