as.resource.tbl {resourcer} | R Documentation |
Coerce resource client to a tbl
Description
Coerce a ResourceClient object to a dplyr's tbl.
Usage
as.resource.tbl(x, ...)
Arguments
x |
The ResourceClient object to coerce to a data.frame |
... |
Additional parameters, that may be used (or ignored) by the resource client. |
Value
a dplyr's tbl
[Package resourcer version 1.4.0 Index]