nickmckay / LiPD-utilities

Input/output and manipulation utilities for LiPD files in Matlab, R and Python
http://nickmckay.github.io/LiPD-utilities/
GNU General Public License v2.0
29 stars 9 forks source link

R: collapseTs, collapsing data added into the time series. #49

Closed chrismheiser closed 5 years ago

chrismheiser commented 5 years ago

Previously had an issue where data added into the time series was not being collapsed. That issue has been fixed, but that caused another issues. There is now only one column being collapsed "A" and none of the other columns exist.

nickmckay commented 5 years ago

Fixed. This was caused by some confusion between "whichtables" and "tabletype" that I think is now resolved.