ropensci-archive / scrubr

:warning: ARCHIVED :warning: Clean species occurrence records
Other
34 stars 10 forks source link

In vs. out of scope #8

Closed sckott closed 2 years ago

sckott commented 9 years ago

Seems like this pkg could get quickly very large if it tries to consider every use case.

What's in scope?

Any tasks that are not straightforward filtering of data - those that remove bad data, impossible data, missing data, etc.

Out of scope?

Filtering based on any columns in the data - this is not really cleaning per se, and can easily be done via data.table, dplyr, etc.

do these make sense?