Skip to content

Save run_truth output as .rds rather than .Rdata? #41

Description

@sgaichas

Does object saved as .Rdata always return a "hidden" object name, here "result" when the user may want to rename it? This makes a copy of a huge list in memory if renamed "truth" for example.

Object saved as .rds can be named anything on reading in, only one copy?

https://csgillespie.github.io/efficientR/input-output.html#binary-file-formats

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions