rwaldheim / ecdpt

R Application for exporting and analyzing battery data from an Arbin cycler
https://rwaldheim.github.io/ecdpt
GNU Affero General Public License v3.0
4 stars 1 forks source link

Accept Legacy .RData Files #22

Open 2Ryan09 opened 4 years ago

2Ryan09 commented 4 years ago

With development of the script ongoing, the value of all the variables saved in into the environment (the .RData file) is constantly changing. This can potentially pose problems when trying to use newer features in the graph builder that the old file does not have the data for.

There is currently no error handling for this scenario.