as.resource.data.frame: Coerce resource client to a data.frame

View source: R/datashield.R

as.resource.data.frameR Documentation

Coerce resource client to a data.frame

Description

Coerce a ResourceClient object to a data.frame.

Usage

as.resource.data.frame(x, strict = FALSE, ...)

Arguments

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.

Value

a data.frame (or a tibble)


resourcer documentation built on April 25, 2023, 5:10 p.m.