79714330

Date: 2025-07-25 07:20:06
Score: 1
Natty:
Report link

What you need to do is use the list option rather than the ... of save.

save(list = "my_object", file = "my_object.rda")

Then when you call

load("my_object.rda")

The object `my_object` will be in your environment.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What you
  • Low reputation (0.5):
Posted by: Col Bates - collynomial