Learn R Programming

resourcer (version 1.4.0)

as.resource.tbl: Coerce resource client to a tbl

Description

Coerce a ResourceClient object to a dplyr's tbl.

Usage

as.resource.tbl(x, ...)

Value

a dplyr's tbl

Arguments

x

The ResourceClient object to coerce to a data.frame

...

Additional parameters, that may be used (or ignored) by the resource client.