as.data.frame.ResourceClient {resourcer} | R Documentation |
Coerce a ResourceClient object 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 'ResourceClient'
as.data.frame(x, ...)
Arguments
x |
a ResourceClient object |
... |
additional parameters, that may be used (or ignored) by the resource client. |
Value
a data.frame (or a tibble)
[Package resourcer version 1.4.0 Index]