llrs / experDesign

Design experiments distributed in several batches
https://experDesign.llrs.dev
Other
10 stars 1 forks source link

Allow to remove directly a row or a column #52

Closed llrs closed 6 months ago

llrs commented 6 months ago

Try to provide a way to remove a row or a column.

Something like:

positions$name[!positions$row %in% remove_positions | !positions$column %in% remove_positions | !positions$name %in% remove_positions]

Perhaps with a warning if a row/column (B) and a position (A1) is added.