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
When dealing with custom attributes one has to extract them from the observationTags column. Otherwise the column is useless.
IMO the ideal behaviour of the observations() function would be to split the observationTags n columns, where n beeing the number of unique tags. At least the option would be nice to have e.g. ( observations(x, splitObservationTags = T)
When dealing with custom attributes one has to extract them from the observationTags column. Otherwise the column is useless.
IMO the ideal behaviour of the observations() function would be to split the observationTags n columns, where n beeing the number of unique tags. At least the option would be nice to have e.g. ( observations(x, splitObservationTags = T)
Something like this:
Although this has the flaw, that it only works up to 10 custom attributes. Maybe someone has a better idea?
The text was updated successfully, but these errors were encountered: