RDataFileResourceResolver | R Documentation |
R data file Resource resolver
R data file Resource resolver
A R6 object of class RDataFileResourceResolver
The resource is a R data file and data format is the class of the symbol that will be loaded.
resourcer::ResourceResolver
-> RDataFileResourceResolver
isFor()
Check that the provided resource has a URL that locates a R data file: the resource can be accessed as a file and the resource URL path ends with ".rda" or ".rdata" (case ignored), or the resource format is prefixed with "r:" or "rda:" (a kind of namespace to qualify the R object class).
RDataFileResourceResolver$isFor(x)
x
The resource object to validate.
A logical.
newClient()
Creates a RDataFileResourceClient instance from provided resource.
RDataFileResourceResolver$newClient(x)
x
A valid resource object.
A RDataFileResourceClient object.
clone()
The objects of this class are cloneable with this method.
RDataFileResourceResolver$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.