as.resource.data.frame | R Documentation |
Coerce a ResourceClient object to a data.frame.
as.resource.data.frame(x, strict = FALSE, ...)
x |
The ResourceClient object to coerce to a data.frame. |
strict |
logical whether the resulting object must be strictly of class data.frame or if it can be a tibble. |
... |
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.