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
Records with multiple values for `Waarneming` are currently removed until #23 is fixed, however, this is detected on a separator including a space. This separator seems to be present in a lot of records even if there aren't multiple values.
Remove occurrences containing multiple type - value pairs information in column waarneming (patch until #23 is solved):
#remove records with multiple values for waarneminginput_data %<>%
filter(is.na(.data$waarneming) |!str_detect(.data$waarneming, pattern="; "))
Originally posted by @PietrH in #151 (comment)
The text was updated successfully, but these errors were encountered: