You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only workaround currently is deleting all descriptions
description(df) <- character(0)
Maybe converting description to a list would make it easier to keep track of the column name -> description mapping. This is low priority for now. A test with warning was added in ae49bbe to keep track of this issue.
The text was updated successfully, but these errors were encountered:
jdrudolph
changed the title
Column descriptions interfere / get out-of-sync when changing any columns in matrixData
Column descriptions interfere / get out-of-sync when adding/removing any columns in matrixData
Jun 13, 2018
jdrudolph
changed the title
Column descriptions interfere / get out-of-sync when adding/removing any columns in matrixData
Column descriptions interfere / get out-of-sync when adding/removing columns in matrixData
Jun 13, 2018
Keeping track of column descriptions is not really possible at the moment. The following code will fail.
The only workaround currently is deleting all descriptions
Maybe converting
description
to a list would make it easier to keep track of the column name -> description mapping. This is low priority for now. A test with warning was added in ae49bbe to keep track of this issue.The text was updated successfully, but these errors were encountered: