mqsave | R Documentation |
This function wraps multiple objects into a list to allow saving using qs
mqsave(objects, fname, ...)
objects |
vector containing names of objects to save |
fname |
filename |
... |
additional parameters passed to qsave |
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.