as.data.frame.resource: Coerce a resource to a data.frame

View source: R/as.data.frame.R

as.data.frame.resourceR Documentation

Coerce a resource to a data.frame

Description

Attempt to coerce a resource object to a data.frame: find a ResourceResolver and get the ResourceClient that will connect to the described dataset and make a data.frame of it.

Usage

## S3 method for class 'resource'
as.data.frame(x, ...)

Arguments

x

a resource object.

...

additional parameters, that may be used (or ignored) by the resource client.

Value

a data.frame (or a tibble)


obiba/resourcer documentation built on May 5, 2023, 10:08 a.m.