mqread | R Documentation |
This reads output of mqsave which wraps objects in a list to allow saving multiple objects using qs
mqread(fname, ...)
fname |
filename |
... |
additional parameters passed to qsave |
objects |
vector containing names of objects to save |
returns result of qsave call from qs module
calcHOMA.IR(15.0,100.0)
test.data <- data.frame(var1=rnorm(1000), var2=rnorm(1000))
mqsave(objects="test.data",fname="test.qs")
rm(test.data)
mqread(fname="test.qs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.