data.frame-methods | R Documentation |
Methods to coerce to a data.frame
.
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, ...)
Christian Autermann c.autermann@52north.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.