qs icon indicating copy to clipboard operation
qs copied to clipboard

replacement of save.image ?

Open BenjaminDEMAILLE opened this issue 2 years ago • 2 comments

Hi ! how can I reproduce the save.image() with qsave ? thanks in advance

BenjaminDEMAILLE avatar Apr 13 '23 15:04 BenjaminDEMAILLE

Check out ?qsavem and ?qreadm, which replaces save and load.

traversc avatar Apr 15 '23 18:04 traversc

@traversc Is it possible to use something like qsavem(names(.GlobalEnv)). save.image is using save(names(.GlobalEnv)) but not qsavem.

kaizen89 avatar Apr 17 '23 14:04 kaizen89