R data file Resource resolver
R data file Resource resolver
Details
The resource is a R data file and data format is the class of the symbol that will be loaded.
Super class
resourcer::ResourceResolver -> RDataFileResourceResolver
Methods
Inherited methods
Method 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).