pfmc-assessments / PacFIN.Utilities

R code to manipulate data from the PacFIN database for assessments
http://pfmc-assessments.github.io/PacFIN.Utilities
Other
7 stars 1 forks source link

How to save files #28

Closed kellijohnson-NOAA closed 3 years ago

kellijohnson-NOAA commented 3 years ago

PacFIN data files are distributed as .dmp files, but I don't really know what this means or how they differ from .RData files. Is this a file size thing or is there another reason why you use dmp instead of something else? And, what should we use going forward?

John-R-Wallace-NOAA commented 3 years ago

'.dmp' was an Splus extension, it's the same as '.RData', since it's created by save().  I have been switching over to .RData for a year or so.

On 10/7/2020 5:43 AM, Kelli Johnson wrote:

@John-R-Wallace-NOAA https://github.com/John-R-Wallace-NOAA PacFIN data files are distributed as .dmp files, but I don't really know what this means or how they differ from .RData files. Is this a file size thing or is there another reason why you use dmp instead of something else? And, what should we use going forward?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/nwfsc-assess/PacFIN.Utilities/issues/28, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABUJPWLAMFTT2C656UTGU6LSJRO7ZANCNFSM4SHLBPRA.

kellijohnson-NOAA commented 3 years ago

Thanks John. I will save everything as .RData files.