RDSFileResourceResolver | R Documentation |
R object file Resource resolver
R object file Resource resolver
A R6 object of class RDSFileResourceResolver
The resource is a RDS file.
resourcer::ResourceResolver
-> RDSFileResourceResolver
isFor()
Check that the provided resource has a URL that locates a R object file: the resource can be accessed as a file and the resource URL path ends with ".rds" (case ignored), or the resource format is prefixed with "rds:" (a kind of namespace to qualify the R object class).
RDSFileResourceResolver$isFor(x)
x
The resource object to validate.
A logical.
newClient()
Creates a RDSFileResourceClient instance from provided resource.
RDSFileResourceResolver$newClient(x)
x
A valid resource object.
A RDSFileResourceClient object.
clone()
The objects of this class are cloneable with this method.
RDSFileResourceResolver$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.