iobis / obistools

Tools for data enhancement and quality control
https://iobis.github.io/obistools
Other
25 stars 6 forks source link

map_fields #68

Closed Daphnisd closed 5 years ago

Daphnisd commented 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?

Daphnisd commented 5 years ago

hmm my mistake