NOAA-EDAB / comlandr

https://noaa-edab.github.io/comlandr/
https://noaa-edab.github.io/comlandr/
Other
0 stars 0 forks source link

output naming convention #3

Closed andybeet closed 4 years ago

andybeet commented 4 years ago

naming convention required for output data (read and write)

andybeet commented 4 years ago

Changed all output to RDS format (in place of Rdata) used in file names: meatwt or livewt EPU or stat.area

slucey commented 4 years ago

@andybeet what is the difference between .rda and .RData. From what I found, they are identical.

andybeet commented 4 years ago

RDA and RDATA are identical but i think we should use RDS. You can read these files (readRDS) into a variable of any name rather than an RDA which loads into the environment with the variable name embedded in the file

slucey commented 4 years ago

Ah...I misread and thought you switched to RDA. Thanks.