qsbase / qs

Quick serialization of R objects
400 stars 19 forks source link

qsavem(list = ls(),file = "environment2.qs",nthreads = 4) Error #99

Closed nolanjj closed 4 months ago

nolanjj commented 4 months ago

qsavem(list = ls(),file = "environment2.qs",nthreads = 4) Error in (function (x, file, preset = "high", algorithm = "zstd", compress_level = 4L, : argument "file" is missing, with no default

but save(list = ls(),file = "environment.RData") is OK.

traversc commented 4 months ago

Hi, the issue you have is the list parameter doesn't exist in qsavem / qsave. Try it without the list parameter.

nolanjj commented 4 months ago

Hi, the issue you have is the list parameter doesn't exist in qsavem / qsave. Try it without the list parameter.

I try it without the list parameter. image

them image

nolanjj commented 4 months ago

But I found another way! Speed is so fast ,grateful! image

XIANZHE-LI commented 4 months ago

But I found another way! Speed is so fast ,grateful! image

学到了