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
I am using comparedf to compare two versions of a data.frame containing dates, and want to summarise the change ("value was x, now is y"). diffs.comparedf creates list-columns for values.x and values.y which don't behave nicely.
As a worked example, consider a data.frame with vector columns
I am using
comparedf
to compare two versions of adata.frame
containing dates, and want to summarise the change ("value was x, now is y").diffs.comparedf
creates list-columns forvalues.x
andvalues.y
which don't behave nicely.As a worked example, consider a
data.frame
with vector columnsHowever, this internal function
arsenal/R/comparedf.internal.R
Lines 287 to 292 in 497db28
creates a version with list columns, like this
I believe the core incompatibility is with
In arsenal, this is
Should I expect this work?
As a workaround, I currently need to do this (unless there is a better way)
The text was updated successfully, but these errors were encountered: