qs
qs copied to clipboard
replacement of save.image ?
Hi ! how can I reproduce the save.image() with qsave ? thanks in advance
Check out ?qsavem and ?qreadm, which replaces save and load.
@traversc Is it possible to use something like qsavem(names(.GlobalEnv)). save.image is using save(names(.GlobalEnv)) but not qsavem.