View source: R/as.data.frame.R
as.data.frame.ResourceClient | R Documentation |
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.
## S3 method for class 'ResourceClient'
as.data.frame(x, ...)
x |
a ResourceClient object |
... |
additional parameters, that may be used (or ignored) by the resource client. |
a data.frame (or a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.