| cas.readRDS | R Documentation | 
This function is a convenience wrapper for
the R readRDS and as.casTable functions.
After reading the file that is accessible to the R
client, it is uploaded to an in-memory table in 
CAS (the server).
cas.readRDS(
  conn,
  file,
  refhook = NULL,
  casOut = list(name = "", replace = FALSE)
)
conn | 
 An instance of a CAS object that represents a connection and CAS session.  | 
file | 
 An   | 
refhook | 
 An optional value that is passed to
  | 
casOut | 
 An optional  
  | 
CASTable
Other functions for loading in-memory data: 
cas.read.csv(),
cas.read.jmp(),
cas.read.sas7bdat(),
cas.read.table(),
cas.read.xlsx()
## Not run: 
myCasTable <- cas.readRDS(s, file="/path/to/data_out.rds", 
  casOut=list(name="mycastable"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.