Closed Daphnisd closed 5 years ago
trying:
mapping <- ( maximumDepthInMeters = "MaximumObservationDepth..m." ) map_fields(data, mapping)
Error in data[is.na(new)] : object of type 'closure' is not subsettable
map_fields fails if there is a "." the column name?
hmm my mistake
trying:
mapping <- ( maximumDepthInMeters = "MaximumObservationDepth..m." ) map_fields(data, mapping)
Error in data[is.na(new)] : object of type 'closure' is not subsettable
map_fields fails if there is a "." the column name?