pagoo icon indicating copy to clipboard operation
pagoo copied to clipboard

Implement $drop(hard = TRUE)

Open iferres opened this issue 3 years ago • 1 comments

Implement an option to completely remove an organisms from the dataset. This would allow to then add metadata to available organisms without NAs needed for dropped ones. In the current implementation user must add metadata for all organisms, included the hidden ones. This makes it unnecessarily complicated if those organisms are garbage.

Suggested implementation:

p$drop( x = 1:4, hard = TRUE)

I now think default should be hard = FALSE (current behavior), but not sure.

iferres avatar Jan 18 '21 12:01 iferres