mqsave: Fast save wrapper for multiple objects using qs

View source: R/mqsave.R

mqsaveR Documentation

Fast save wrapper for multiple objects using qs

Description

This function wraps multiple objects into a list to allow saving using qs

Usage

mqsave(objects, fname, ...)

Arguments

objects

vector containing names of objects to save

fname

filename

...

additional parameters passed to qsave

Value

returns result of qsave call from qs module

Examples

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")

venkmurthy/vmtools documentation built on Oct. 16, 2024, 10:48 a.m.