Learn R Programming

resourcer (version 1.3.0)

as.data.frame.resource: 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 resource
as.data.frame(x, ...)

Value

a data.frame (or a tibble)

Arguments

x

a resource object.

...

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