R data file resource client
R data file resource client
     
    
    
    Details
    Connects to a R data file and loads it in a controlled environment.
     
    
    
    Methods
    
Inherited methods
Method new()
Creates a new RDataFileResourceClient instance.
Arguments
- resource
- A valid resource object. 
 
Returns
A RDataFileResourceClient object.
 
 
Method asDataFrame()
Coerce the resource value extracted from the R data file to a data.frame.
Usage
RDataFileResourceClient$asDataFrame(...)
 
Arguments
- ...
- Additional parameters to as.data.frame (not used yet). 
 
 
Method getValue()
Get the resource value extracted from the R data file.
Usage
RDataFileResourceClient$getValue(...)
 
Arguments
- ...
- Additional parameters to get the value object (not used yet). 
 
Returns
The resource value.
 
 
Method clone()
The objects of this class are cloneable with this method.
Usage
RDataFileResourceClient$clone(deep = FALSE)
 
Arguments
- deep
- Whether to make a deep clone.