View source: R/as.data.frame.R
| as.data.frame.resource | 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 'resource'
as.data.frame(x, ...)
x | 
 a resource 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.