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 value on the VariableEntity is a regular R list but the value argument is a true Categories S4 object. Not sure whether it'd be better to make a new function that does the comparison but adapts the classes for you, or if the VariableEntity could be changed so that it had the actual categories on them.
The text was updated successfully, but these errors were encountered:
In investigating #578, I noticed that setting category names to their existing names still results in a
PATCH
.The problem is that when checking if they're the same: https://github.com/Crunch-io/rcrunch/blob/master/R/shoji.R#L72
The value on the
VariableEntity
is a regular R list but thevalue
argument is a trueCategories
S4 object. Not sure whether it'd be better to make a new function that does the comparison but adapts the classes for you, or if theVariableEntity
could be changed so that it had the actual categories on them.The text was updated successfully, but these errors were encountered: