data.frame-methods: data.frame coercion

data.frame-methodsR Documentation

data.frame coercion

Description

Methods to coerce to a data.frame.

Usage

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 Oct. 14, 2024, 7:24 p.m.